From: Stevan Little Date: Mon, 20 Feb 2006 01:18:33 +0000 (+0000) Subject: 0.11 X-Git-Tag: 0_11~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=58f0eafe995440a1387b49470c07d517b218065a;p=gitmo%2FClass-C3.git 0.11 --- diff --git a/ChangeLog b/ChangeLog index f9a7655..b5f2e2b 100644 --- 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 diff --git a/lib/Class/C3.pm b/lib/Class/C3.pm index 7fb11bf..2d0d04f 100644 --- a/lib/Class/C3.pm +++ b/lib/Class/C3.pm @@ -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