From: Brandon L Black Date: Sat, 29 Jul 2006 19:45:55 +0000 (+0000) Subject: bump version / update changes for 0.02 test tarball X-Git-Tag: 0.02~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ce83d5672bc2274d84e57bc72304636fb421e46e;p=gitmo%2FAlgorithm-C3.git bump version / update changes for 0.02 test tarball --- diff --git a/Changes b/Changes index 373c6f1..9cc9c98 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ Revision history for Perl extension Algorithm-C3. +0.02 XXX - Not Yet Released - XXX + - Refactored for significant speed gains + 0.01 Wed. Feb. 15, 2006 - - initial release, code and tests taken from Class::C3 \ No newline at end of file + - initial release, code and tests taken from Class::C3 diff --git a/lib/Algorithm/C3.pm b/lib/Algorithm/C3.pm index 8e49370..1f59340 100644 --- a/lib/Algorithm/C3.pm +++ b/lib/Algorithm/C3.pm @@ -6,7 +6,7 @@ use warnings; use Carp 'confess'; -our $VERSION = '0.01'; +our $VERSION = '0.02'; sub merge { my ($root, $parent_fetcher) = @_;