0.11
Stevan Little [Mon, 20 Feb 2006 01:18:33 +0000 (01:18 +0000)]
ChangeLog
lib/Class/C3.pm

index f9a7655..b5f2e2b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@ Revision history for Perl extension Class::C3.
         - altered tests as needed
     - moved the C3 algorithm to Algorithm::C3 and added 
       that as a dependency to this module
+    - added docs to explain the "next::method in anon-sub" issue
+        - suggestions/solutions/patches welcome :)
 
 0.10 - Wed, Feb 8, 2006
     - removed the Sub::Name and NEXT dependencies and 
index 7fb11bf..2d0d04f 100644 (file)
@@ -449,9 +449,9 @@ module's test suite.
  ---------------------------- ------ ------ ------ ------ ------ ------ ------
  File                           stmt   bran   cond    sub    pod   time  total
  ---------------------------- ------ ------ ------ ------ ------ ------ ------
- Class/C3.pm                    98.6   90.9   73.3   96.0  100.0   96.8   95.3
+ Class/C3.pm                    98.3   84.4   80.0   96.2  100.0   98.4   94.4
  ---------------------------- ------ ------ ------ ------ ------ ------ ------
- Total                          98.6   90.9   73.3   96.0  100.0   96.8   95.3
+ Total                          98.3   84.4   80.0   96.2  100.0   98.4   94.4
  ---------------------------- ------ ------ ------ ------ ------ ------ ------
 
 =head1 SEE ALSO