This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
65c5495
)
Increase $mro::VERSION to 1.15
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 9 Feb 2014 01:09:46 +0000
(17:09 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 9 Feb 2014 19:08:24 +0000
(11:08 -0800)
ext/mro/mro.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/mro/mro.pm
b/ext/mro/mro.pm
index
71affb4
..
f2b95d5
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.1
4
';
+our $VERSION = '1.1
5
';
sub import {
mro::set_mro(scalar(caller), $_[1]) if $_[1];