From: Stevan Little Date: Thu, 22 Jun 2006 21:44:02 +0000 (+0000) Subject: ready-for-release X-Git-Tag: 0_29_02^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cdfaa4cca87ac5ce7c5ede548cbf92e665ca2277;p=gitmo%2FClass-MOP.git ready-for-release --- diff --git a/Changes b/Changes index f151906..8d5e5a8 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,11 @@ Revision history for Perl extension Class-MOP. -0.29_02 +0.29_02 Thurs. June 22, 2006 + ++ DEVELOPER RELEASE ++ * Class::MOP::Class - small change in &create so that it behaves properly when inherited + - small fix to &clone_instance 0.29_01 Fri. May 12, 2006 ++ DEVELOPER RELEASE ++ diff --git a/README b/README index 4e527aa..715139c 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Class::MOP version 0.29_01 +Class::MOP version 0.29_02 =========================== See the individual module documentation for more information diff --git a/TODO b/TODO index d1d2e3d..7ea864b 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,10 @@ TODO --------------------------------------------------------------------- +- check out what chromatic said: + +I think you can check the class key <_ISA to see if it has expired. + - switch to Context::Handle for method modifiers Should probably write some more tests to verify this works correctly diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index a06c124..2475d39 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -445,14 +445,14 @@ L report on this module's test suite. ---------------------------- ------ ------ ------ ------ ------ ------ ------ File stmt bran cond sub pod time total ---------------------------- ------ ------ ------ ------ ------ ------ ------ - Class/MOP.pm 100.0 100.0 100.0 100.0 n/a 24.3 100.0 - Class/MOP/Attribute.pm 100.0 100.0 91.7 63.6 100.0 9.2 88.8 - Class/MOP/Class.pm 98.1 91.8 77.3 96.8 100.0 58.3 93.3 - Class/MOP/Instance.pm 87.5 100.0 0.0 87.5 100.0 5.9 88.0 - Class/MOP/Method.pm 100.0 64.3 52.9 80.0 100.0 1.4 85.3 - metaclass.pm 100.0 100.0 83.3 100.0 n/a 0.9 97.7 + Class/MOP.pm 100.0 100.0 100.0 100.0 n/a 19.8 100.0 + Class/MOP/Attribute.pm 100.0 100.0 91.7 61.2 100.0 14.3 87.9 + Class/MOP/Class.pm 97.6 91.3 77.3 98.4 100.0 56.4 93.2 + Class/MOP/Instance.pm 91.1 75.0 33.3 91.7 100.0 6.8 90.7 + Class/MOP/Method.pm 97.6 60.0 52.9 76.9 100.0 1.6 82.6 + metaclass.pm 100.0 100.0 83.3 100.0 n/a 1.0 97.7 ---------------------------- ------ ------ ------ ------ ------ ------ ------ - Total 97.8 90.1 74.8 82.9 100.0 100.0 91.5 + Total 97.5 88.5 75.5 82.8 100.0 100.0 91.2 ---------------------------- ------ ------ ------ ------ ------ ------ ------ =head1 ACKNOWLEDGEMENTS