projects
/
gitmo/Class-C3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
471e6fd
)
fix maybe::next version
Graham Knop [Tue, 14 Apr 2015 04:48:44 +0000 (
00:48
-0400)]
lib/Class/C3/next.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Class/C3/next.pm
b/lib/Class/C3/next.pm
index
81e4ea3
..
47d1d73
100644
(file)
--- a/
lib/Class/C3/next.pm
+++ b/
lib/Class/C3/next.pm
@@
-66,7
+66,7
@@
use strict;
use warnings;
no warnings 'redefine'; # for 00load.t w/ core support
-our $VERSION = '0.24';
+our $VERSION = '0.27';
sub method { (next::method($_[0]) || return)->(@_) }