projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5cd004
)
++substr $mro'VERSION, -1
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 1 Dec 2010 06:36:52 +0000
(22:36 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 1 Dec 2010 13:20:42 +0000
(
05:20
-0800)
ext/mro/mro.pm
patch
|
blob
|
history
diff --git
a/ext/mro/mro.pm
b/ext/mro/mro.pm
index
f8c8a5b
..
ef47c84
100644
(file)
--- a/
ext/mro/mro.pm
+++ b/
ext/mro/mro.pm
@@
-12,7
+12,7
@@
use warnings;
# mro.pm versions < 1.00 reserved for MRO::Compat
# for partial back-compat to 5.[68].x
-our $VERSION = '1.0
5
';
+our $VERSION = '1.0
6
';
sub import {
mro::set_mro(scalar(caller), $_[1]) if $_[1];