Skip to content

Commit

Permalink
Updated version to 0.04 (now nom-based)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosimo committed Jan 31, 2012
1 parent 297196a commit 57c72dd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion META.info
@@ -1,6 +1,6 @@
{ {
"name" : "Digest::MD5", "name" : "Digest::MD5",
"version" : "0.03", "version" : "0.04",
"description" : "Perl6 port of Perl5' Digest::MD5 module", "description" : "Perl6 port of Perl5' Digest::MD5 module",
"depends" : [], "depends" : [],
"author" : "Cosimo Streppone", "author" : "Cosimo Streppone",
Expand Down
8 changes: 3 additions & 5 deletions README
Expand Up @@ -12,11 +12,9 @@ Repository
<http://github.com/cosimo/perl6-digest-md5> <http://github.com/cosimo/perl6-digest-md5>




Current status (2011-03-06) Current status (2012-01-31)
=========================== ===========================


Works with: Should work with latest (2012.01) release

of Rakudo, the "nom" branch-based version.
This is Rakudo Perl 6, version 2011.02-43-gbfdd78d built on parrot 3.1.0 RELEASE_3_1_0-700-gdb77547
Copyright 2008-2011, The Perl Foundation


1 change: 0 additions & 1 deletion TODO
Expand Up @@ -5,4 +5,3 @@


[x] Fix the find_method 'signature' failure message [x] Fix the find_method 'signature' failure message
on newer parrot/rakudo combinations on newer parrot/rakudo combinations

3 changes: 1 addition & 2 deletions lib/Digest/MD5.pm
Expand Up @@ -2,7 +2,7 @@
# Digest::MD5 Perl6 module # Digest::MD5 Perl6 module
# #


class Digest::MD5:auth<cosimo>:ver<0.03> { class Digest::MD5:auth<cosimo>:ver<0.04> {


# Use .pir, not .pbc! # Use .pir, not .pbc!
# See https://trac.parrot.org/parrot/ticket/1694 # See https://trac.parrot.org/parrot/ticket/1694
Expand Down Expand Up @@ -33,4 +33,3 @@ class Digest::MD5:auth<cosimo>:ver<0.03> {
} }
} }

0 comments on commit 57c72dd

Please sign in to comment.