Class-C3 - the real 0.08, released as 0.09
Stevan Little [Fri, 30 Dec 2005 18:51:01 +0000 (18:51 +0000)]
ChangeLog
Makefile.PL
README
lib/Class/C3.pm

index 35620ed..7fde149 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 Revision history for Perl extension Class::C3.
 
+0.09 - Fri, Dec 30, 2005
+    - this is actually the proper version of 0.08, I forgot
+      to check in some modifications, and so they didn't get
+      included in my upload. 
+
 0.08 - Wed, Dec 28, 2005
     - adjusted &_remove_method_dispatch_table to be more 
       discriminating about what it deletes. Thanks to 
index ab808e4..b4fd87e 100644 (file)
@@ -7,6 +7,6 @@ WriteMakefile(
         'Test::Exception' => 0.15,
         'Scalar::Util'    => 1.10,
         'Sub::Name'       => 0,
-        'NEXT'            => 0,
+        'NEXT'            => 0,     # for tests only
                }
 );
diff --git a/README b/README
index e90e94d..ae0e312 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Class::C3 version 0.08
+Class::C3 version 0.09
 ===========================
 
 INSTALLATION
index 4d14e72..c86f76d 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Scalar::Util 'blessed';
 
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 
 # this is our global stash of both 
 # MRO's and method dispatch tables
@@ -531,6 +531,18 @@ module's test suite.
 
 =back 
 
+=head1 ACKNOWLEGEMENTS
+
+=over 4
+
+=item Thanks to Matt S. Trout for using this module in his module L<DBIx::Class> 
+and finding many bugs and providing fixes.
+
+=item Thanks to Justin Guenther for making C<next::method> more robust by handling 
+calls inside C<eval> and anon-subs.
+
+=back
+
 =head1 AUTHOR
 
 Stevan Little, E<lt>stevan@iinteractive.comE<gt>