Increase $mro::VERSION to 1.14
authorFather Chrysostomos <sprout@cpan.org>
Sun, 25 Aug 2013 07:13:33 +0000 (00:13 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 25 Aug 2013 13:41:15 +0000 (06:41 -0700)
ext/mro/mro.pm

index fddc3fb..71affb4 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.13';
+our $VERSION = '1.14';
 
 sub import {
     mro::set_mro(scalar(caller), $_[1]) if $_[1];