Version 0.24 0.24
Florian Ragwitz [Sat, 12 May 2012 12:01:53 +0000 (15:01 +0300)]
ChangeLog
lib/Class/C3.pm
lib/Class/C3/next.pm

index 7237763..518746c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 Revision history for Perl extension Class::C3.
 
+0.24 Sat, May 12, 2012
     - Require Class::C3::XS on 5.8 perls if a working compiler is found
 
 0.23 Sat, Jun 19, 2010
index eea78b0..9c676bd 100644 (file)
@@ -4,7 +4,7 @@ package Class::C3;
 use strict;
 use warnings;
 
-our $VERSION = '0.23';
+our $VERSION = '0.24';
 
 our $C3_IN_CORE;
 our $C3_XS;
index ae7b38e..c2526e5 100644 (file)
@@ -7,7 +7,7 @@ no warnings 'redefine'; # for 00load.t w/ core support
 
 use Scalar::Util 'blessed';
 
-our $VERSION = '0.23';
+our $VERSION = '0.24';
 
 our %METHOD_CACHE;
 
@@ -66,7 +66,7 @@ use strict;
 use warnings;
 no warnings 'redefine'; # for 00load.t w/ core support
 
-our $VERSION = '0.02';
+our $VERSION = '0.24';
 
 sub method { (next::method($_[0]) || return)->(@_) }