0.18 (require XS 0.04) 0.18
Brandon L Black [Sat, 12 May 2007 20:47:48 +0000 (20:47 +0000)]
ChangeLog
Makefile.PL
README
lib/Class/C3.pm

index 8d96a5b..3af7bde 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Revision history for Perl extension Class::C3.
 
+0.18 Sat, May 12, 2007
+    - Just bumped XS version requirement
+
 0.17 Tues, May 8, 2007
     - Remove Build.PL from the distribution
 
index 52adfb1..405aea3 100644 (file)
@@ -7,7 +7,7 @@ all_from       'lib/Class/C3.pm';
 if($] < 5.009_005) {
     build_requires 'Test::More'    => '0.47';
 
-    feature 'XS Speedups', 'Class::C3::XS' => '0.03';
+    feature 'XS Speedups', 'Class::C3::XS' => '0.04';
 
     # Would like to disable these if they answer yes above too ...
     requires 'Algorithm::C3' => '0.06';
diff --git a/README b/README
index 2ed1bbe..4ce9db5 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Class::C3 version 0.17
+Class::C3 version 0.18
 ===========================
 
 INSTALLATION
@@ -21,7 +21,7 @@ Additionally, this module will optionally take advantage of
 these if installed:
 
         perl 5.9.5
-        Class::C3::XS 0.03
+        Class::C3::XS 0.04
 
 COPYRIGHT AND LICENCE
 
index baca46d..cb2ae73 100644 (file)
@@ -4,7 +4,7 @@ package Class::C3;
 use strict;
 use warnings;
 
-our $VERSION = '0.17';
+our $VERSION = '0.18';
 
 our $C3_IN_CORE;
 our $C3_XS;