From: Stevan Little Date: Fri, 30 Dec 2005 18:51:01 +0000 (+0000) Subject: Class-C3 - the real 0.08, released as 0.09 X-Git-Tag: 0_10~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3.git;a=commitdiff_plain;h=bad9dc5953e918bfb388c7a7f430493a3e44a8d0 Class-C3 - the real 0.08, released as 0.09 --- diff --git a/ChangeLog b/ChangeLog index 35620ed..7fde149 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index ab808e4..b4fd87e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Class::C3 version 0.08 +Class::C3 version 0.09 =========================== INSTALLATION diff --git a/lib/Class/C3.pm b/lib/Class/C3.pm index 4d14e72..c86f76d 100644 --- a/lib/Class/C3.pm +++ b/lib/Class/C3.pm @@ -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 +and finding many bugs and providing fixes. + +=item Thanks to Justin Guenther for making C more robust by handling +calls inside C and anon-subs. + +=back + =head1 AUTHOR Stevan Little, Estevan@iinteractive.comE