Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pod/digest-md5-MYMETA #10

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .gitignore
100644 → 100755
Empty file.
15 changes: 15 additions & 0 deletions .makepp/log
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
3/usr/local/bin/makepp
VERSION2.05.18.2darwin-thread-multi-2level
LOAD140399698176320makefile140399705647240/users/pod/digest-md5140399705647240
TRY140399698176320
USEdefault rule
DEPEND140399698176320
UP_TO_DATE140399698176320
LOAD_REC140399698176320
*** warning: MAKE redefined at `/users/pod/digest-md5/makefile:153', recursive make won't work as expected
RULE_ALT/users/pod/digest-md5/makefile:347/users/pod/digest-md5/makefile:335140399698223808md5.o140399705647240
RULE_ALT/users/pod/digest-md5/makefile:359/users/pod/digest-md5/makefile:347140399698223808
*** /users/pod/digest-md5/makefile:654: error handling Mpp::makefile_0::s_signature statement
/users/pod/digest-md5/makefile:654: invalid signature method :

N_FILES000
Empty file modified Changes
100644 → 100755
Empty file.
Empty file modified MANIFEST
100644 → 100755
Empty file.
Empty file modified MANIFEST.SKIP
100644 → 100755
Empty file.
Empty file modified MD5.pm
100644 → 100755
Empty file.
Empty file modified MD5.xs
100644 → 100755
Empty file.
48 changes: 48 additions & 0 deletions MYMETA.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"abstract" : "Perl interface to the MD-5 algorithm",
"author" : [
"Gisle Aas <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.133380",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Digest-MD5",
"no_index" : {
"directory" : [
"t",
"inc"
]
},
"prereqs" : {
"build" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
"requires" : {
"Digest::base" : "1.00",
"XSLoader" : "0",
"perl" : "5.006"
}
}
},
"release_status" : "stable",
"resources" : {
"repository" : {
"url" : "https://github.com/gisle/digest-md5"
}
},
"version" : "2.54"
}
26 changes: 26 additions & 0 deletions MYMETA.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
abstract: 'Perl interface to the MD-5 algorithm'
author:
- 'Gisle Aas <[email protected]>'
build_requires:
ExtUtils::MakeMaker: 0
configure_requires:
ExtUtils::MakeMaker: 0
dynamic_config: 0
generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.133380'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: Digest-MD5
no_index:
directory:
- t
- inc
requires:
Digest::base: 1.00
XSLoader: 0
perl: 5.006
resources:
repository: https://github.com/gisle/digest-md5
version: 2.54
Empty file modified Makefile.PL
100644 → 100755
Empty file.
Empty file modified README
100644 → 100755
Empty file.
Empty file modified hints/MacOS.pl
100644 → 100755
Empty file.
Empty file modified hints/dec_osf.pl
100644 → 100755
Empty file.
Empty file modified hints/irix_6.pl
100644 → 100755
Empty file.
Empty file modified rfc1321.txt
100644 → 100755
Empty file.
Empty file added t/2
Empty file.
Empty file.
Empty file modified t/align.t
100644 → 100755
Empty file.
Empty file modified t/badfile.t
100644 → 100755
Empty file.
Empty file modified t/bits.t
100644 → 100755
Empty file.
Empty file modified t/clone.t
100644 → 100755
Empty file.
Empty file modified t/files.t
100644 → 100755
Empty file.
Empty file modified t/md5-aaa.t
100644 → 100755
Empty file.
Empty file added t/no threads.pm
Empty file.
Empty file modified t/threads.t
100644 → 100755
Empty file.
Empty file modified t/utf8.t
100644 → 100755
Empty file.
Empty file modified typemap
100644 → 100755
Empty file.
Empty file added {MWCPPCOptimize}
Empty file.