diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-08-14 21:57:01 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-08-17 06:57:34 -0700 |
commit | 57702e88a8b960978495a688f00a2cf47e1eb1a5 (patch) | |
tree | e99d0b91c03592f0f26599727b794acfd6f4fae9 /ext | |
parent | 17c7711fb65a580b5b656d78e80a361a40a27eb9 (diff) | |
download | perl-57702e88a8b960978495a688f00a2cf47e1eb1a5.tar.gz |
Increase $mro::VERSION to 1.13
Diffstat (limited to 'ext')
-rw-r--r-- | ext/mro/mro.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mro/mro.pm b/ext/mro/mro.pm index 47bb2fddf8..fddc3fb636 100644 --- 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.12'; +our $VERSION = '1.13'; sub import { mro::set_mro(scalar(caller), $_[1]) if $_[1]; |