This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $mro::VERSION to 1.15
authorFather Chrysostomos <sprout@cpan.org>
Sun, 9 Feb 2014 01:09:46 +0000 (17:09 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 9 Feb 2014 19:08:24 +0000 (11:08 -0800)
ext/mro/mro.pm

index 71affb4..f2b95d5 100644 (file)
@@ -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.14';
+our $VERSION = '1.15';
 
 sub import {
     mro::set_mro(scalar(caller), $_[1]) if $_[1];