Revision history for Perl extension Class::C3::XS
-0.01_07 Tue May 1, 2007
- Added calculate_method_dispatch_tables
- Converted to Module::Install
-
-0.01_06 Tue Apr 17, 2007
- Better memory management?
-
-0.01_05 Mon Apr 16, 2007
- Fixed assumption of defined-ness when looking in %Class::C3::MRO
-
-0.01_04 Mon Apr 16, 2007
- Fix threads issue?
-
-0.01_03 Mon Apr 16, 2007
- Fix AvARRAY lvalue issue
-
-0.01_02 Mon Apr 16, 2007
- Fix MakeMaker compat, and source compat, maybe
- not it will work for more people
+0.02 Thurs May 3, 2007
+ First non-dev release
0.01_01 Sun Apr 15, 2007
- Initial Release
+ Initial development release
-Class::C3::XS version 0.01_07
+Class::C3::XS version 0.02
==============================
INSTALLATION
use strict;
use warnings;
-our $VERSION = '0.01_07';
+our $VERSION = '0.02';
=pod
=head1 DESCRIPTION
-This contains XS performance enhancers for L<Class::C3>.
-The main L<Class::C3> package will use this package automatically
-if it can find it. Do not use this package directly, use
-L<Class::C3> instead.
+This contains XS performance enhancers for L<Class::C3> version
+0.16 and higher. The main L<Class::C3> package will use this
+package automatically if it can find it. Do not use this
+package directly, use L<Class::C3> instead.
The test suite here is not complete, although it does verify
a few basic things. The best testing comes from running the
L<Class::C3> test suite *after* this module is installed.
+This module won't do anything for you if you're running a
+version of L<Class::C3> older than 0.16. (It's not a
+dependency because it would be circular with the optional
+dep from that package to this one).
+
=head1 AUTHOR
Brandon L. Black, E<lt>blblack@gmail.comE<gt>