projects
/
gitmo/Class-C3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
18fbaf5
)
bump version
Graham Knop [Sat, 16 Aug 2014 00:30:25 +0000 (20:30 -0400)]
lib/Class/C3.pm
patch
|
blob
|
blame
|
history
lib/Class/C3/next.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Class/C3.pm
b/lib/Class/C3.pm
index
4e4f095
..
a49e76c
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.26';
+our $VERSION = '0.27';
our $C3_IN_CORE;
our $C3_XS;
diff --git
a/lib/Class/C3/next.pm
b/lib/Class/C3/next.pm
index
45c0e12
..
81e4ea3
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.24';
+our $VERSION = '0.27';
our %METHOD_CACHE;