summaryrefslogtreecommitdiff
path: root/ext/mro
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-12-05 20:39:52 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-12-05 20:39:52 -0800
commit94e8e0cb60b4c03742705c3c0d66f388bea54aee (patch)
tree38a8568a7b41353059d40dc04a31bd558c2aa9f8 /ext/mro
parent70b5446e8bbd24027ac05efdc6cc52eb933fe16a (diff)
downloadperl-94e8e0cb60b4c03742705c3c0d66f388bea54aee.tar.gz
Increase $mro::VERSION to 1.17
Diffstat (limited to 'ext/mro')
-rw-r--r--ext/mro/mro.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mro/mro.pm b/ext/mro/mro.pm
index 1dddd6180f..093d080c47 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.16';
+our $VERSION = '1.17';
sub import {
mro::set_mro(scalar(caller), $_[1]) if $_[1];