From: Florian Ragwitz Date: Sat, 12 May 2012 12:01:53 +0000 (+0300) Subject: Version 0.24 X-Git-Tag: 0.24^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3.git;a=commitdiff_plain;h=6e2617b7990c0b84feca6ec69292ffc6b5a1c25b Version 0.24 --- diff --git a/ChangeLog b/ChangeLog index 7237763..518746c 100644 --- 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 diff --git a/lib/Class/C3.pm b/lib/Class/C3.pm index eea78b0..9c676bd 100644 --- a/lib/Class/C3.pm +++ b/lib/Class/C3.pm @@ -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; diff --git a/lib/Class/C3/next.pm b/lib/Class/C3/next.pm index ae7b38e..c2526e5 100644 --- a/lib/Class/C3/next.pm +++ b/lib/Class/C3/next.pm @@ -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)->(@_) }