Increase mro’s version
authorFather Chrysostomos <sprout@cpan.org>
Sat, 30 Oct 2010 12:15:36 +0000 (05:15 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 30 Oct 2010 13:52:38 +0000 (06:52 -0700)
ext/mro/mro.pm

index 8001b7a..7c28658 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.04';
+our $VERSION = '1.05';
 
 sub import {
     mro::set_mro(scalar(caller), $_[1]) if $_[1];