diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-08-25 00:13:33 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-08-25 06:41:15 -0700 |
commit | 1522d188b83c42df1e2b65084cfe4fb70415b67b (patch) | |
tree | 95180a79f2afede521bcac315bfb0f6229e00f4b /ext | |
parent | bdce6f371e87eca951cb070d597587ec0dc9c25f (diff) | |
download | perl-1522d188b83c42df1e2b65084cfe4fb70415b67b.tar.gz |
Increase $mro::VERSION to 1.14
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 fddc3fb636..71affb4fc2 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.13'; +our $VERSION = '1.14'; sub import { mro::set_mro(scalar(caller), $_[1]) if $_[1]; |