adding blblack to the AUTHORS list speed_daemon
Stevan Little [Sun, 30 Jul 2006 18:48:51 +0000 (18:48 +0000)]
Changes
README
lib/Algorithm/C3.pm

diff --git a/Changes b/Changes
index 373c6f1..1997e0c 100644 (file)
--- 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 (file)
--- 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
index 8e49370..2252f3e 100644 (file)
@@ -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<Devel::Cover> report on this module's test suite.
 
 =back 
 
-=head1 AUTHOR
+=head1 AUTHORS
 
 Stevan Little, E<lt>stevan@iinteractive.comE<gt>
 
+Brandon L. Black E<lt>blblack@gmail.comE<gt>
+
 =head1 COPYRIGHT AND LICENSE
 
 Copyright 2006 by Infinity Interactive, Inc.