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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Increase $mro::VERSION to 1.15
[perl5.git]
/
ext
/
mro
/
mro.pm
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];