0.15_02, supports Class::C3::XS
Brandon L Black [Mon, 16 Apr 2007 05:04:51 +0000 (05:04 +0000)]
Build.PL
ChangeLog
README
lib/Class/C3.pm

index 8c9fd16..70672ce 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -10,7 +10,7 @@ my $build = Module::Build->new(
         'Scalar::Util'    => 1.10,
     },
     recommends => {
-        'Class::C3::XS'   => 0.01,
+        'Class::C3::XS'   => 0.02,
     },
     build_requires => {
         'Test::More' => '0.47',
index 1c32aea..7f30825 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
 Revision history for Perl extension Class::C3.
 
+0.15_02 Sun, Apr 15, 2007
     - Fix for overloading to method name string,
        from Ittetsu Miyazaki.
+    - Supports Class::C3::XS
 
 0.15_01 Fri, Apr 13, 2007
     - Supports bleadperl + c3 patches (experimental)
diff --git a/README b/README
index 12b92e8..d0992d3 100644 (file)
--- a/README
+++ b/README
@@ -20,7 +20,7 @@ This module requires these other modules and libraries:
 Additionally, this module will optionally take advantage of
 these if installed:
 
-       Class::C3::XS 0.01
+       Class::C3::XS 0.01_01
 
 SPECIAL NOTE FOR 0.15_01
 
index 9bec670..3fb7b29 100644 (file)
@@ -4,7 +4,7 @@ package Class::C3;
 use strict;
 use warnings;
 
-our $VERSION = '0.15_01';
+our $VERSION = '0.15_02';
 
 our $C3_IN_CORE;
 our $C3_XS;