projects
/
gitmo/Class-C3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e861fe1
)
Version 0.24
0.24
Florian Ragwitz [Sat, 12 May 2012 12:01:53 +0000 (15:01 +0300)]
ChangeLog
patch
|
blob
|
blame
|
history
lib/Class/C3.pm
patch
|
blob
|
blame
|
history
lib/Class/C3/next.pm
patch
|
blob
|
blame
|
history
diff --git
a/ChangeLog
b/ChangeLog
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
diff --git
a/lib/Class/C3.pm
b/lib/Class/C3.pm
index
eea78b0
..
9c676bd
100644
(file)
--- 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
(file)
--- 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)->(@_) }