Skip to content

Commit

Permalink
Sync changes from META6.json back into (apparently still used) META.info
Browse files Browse the repository at this point in the history
  • Loading branch information
skids committed Feb 19, 2015
1 parent db76f65 commit a2cd524
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions META.info
@@ -1,6 +1,6 @@
{
"name" : "Sum",
"version" : "v0.0.4",
"version" : "v0.1.0",
"description" : "Perl6 modules for computing hashes and checksums.",
"author" : "Brian S. Julin",
"depends" : [ ],
Expand All @@ -10,11 +10,16 @@
"Sum::Adler" : "lib/Sum/Adler.pm6",
"Sum::CRC" : "lib/Sum/CRC.pm6",
"Sum::Digest::MD5" : "lib/Sum/Digest/MD5.pm6",
"Sum::MDPad" : "lib/Sum/MDPad.pm6",
"Sum::GOST" : "lib/Sum/GOST.pm6",
"Sum::MD" : "lib/Sum/MD.pm6",
"Sum::MDPad" : "lib/Sum/MDPad.pm6",
"Sum::Recourse" : "lib/Sum/Recourse.pm6",
"Sum::SHA" : "lib/Sum/SHA.pm6",
"Sum::SipHash" : "lib/Sum/SipHash.pm6",
"Sum::Tiger" : "lib/Sum/Tiger.pm6"
"Sum::Tiger" : "lib/Sum/Tiger.pm6",
"Sum::libcrypto" : "lib/Sum/libcrypto.pm6",
"Sum::libmhash" : "lib/Sum/libmhash.pm6",
"Sum::librhash" : "lib/Sum/librhash.pm6"
},
"emulates" : {
"Sum::Digest::MD5" : "Digest::MD5:auth<skids>"
Expand Down

0 comments on commit a2cd524

Please sign in to comment.