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
'Test::Exception' => 0.15,
'Scalar::Util' => 1.10,
'Sub::Name' => 0,
- 'NEXT' => 0,
+ 'NEXT' => 0, # for tests only
}
);
-Class::C3 version 0.08
+Class::C3 version 0.09
===========================
INSTALLATION
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
=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>