final changes for 0.02 release 0.02
Brandon L Black [Thu, 3 May 2007 17:28:20 +0000 (17:28 +0000)]
ChangeLog
README
lib/Class/C3/XS.pm

index 7b270be..3f32088 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,24 +1,7 @@
 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
diff --git a/README b/README
index 437223a..c2adb94 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Class::C3::XS version 0.01_07
+Class::C3::XS version 0.02
 ==============================
 
 INSTALLATION
index 9871ae6..657cdef 100644 (file)
@@ -4,7 +4,7 @@ use 5.008_000;
 use strict;
 use warnings;
 
-our $VERSION = '0.01_07';
+our $VERSION = '0.02';
 
 =pod
 
@@ -19,15 +19,20 @@ Class::C3::XS - XS speedups for Class::C3
 
 =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>