From: Stevan Little Date: Sun, 30 Jul 2006 18:48:51 +0000 (+0000) Subject: adding blblack to the AUTHORS list X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3bb976ae772a65e876ec7e94545c65e1f312d8c7;p=gitmo%2FAlgorithm-C3.git adding blblack to the AUTHORS list --- diff --git a/Changes b/Changes index 373c6f1..1997e0c 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ Revision history for Perl extension Algorithm-C3. +0.02 + - code refactored for speed by Brandon L. Black + 0.01 Wed. Feb. 15, 2006 - initial release, code and tests taken from Class::C3 \ No newline at end of file diff --git a/README b/README index 07b4b3c..d9e3503 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Algorithm::C3 version 0.01 +Algorithm::C3 version 0.02 =========================== See the individual module documentation for more information diff --git a/lib/Algorithm/C3.pm b/lib/Algorithm/C3.pm index 8e49370..2252f3e 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) = @_; @@ -275,10 +275,12 @@ is the B report on this module's test suite. =back -=head1 AUTHOR +=head1 AUTHORS Stevan Little, Estevan@iinteractive.comE +Brandon L. Black Eblblack@gmail.comE + =head1 COPYRIGHT AND LICENSE Copyright 2006 by Infinity Interactive, Inc.