summaryrefslogtreecommitdiff
path: root/ext/mro
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-10-30 05:15:36 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-10-30 06:52:38 -0700
commitdff7d458d1908c480f5e02c7a7de6e1e157b0e65 (patch)
treeab18beacab8273d3df5b71a14791c7ec20031928 /ext/mro
parent6782c6e04c3ac28d35774ce24015a1501bf25e71 (diff)
downloadperl-dff7d458d1908c480f5e02c7a7de6e1e157b0e65.tar.gz
Increase mro’s version
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 8001b7a92d..7c286589b3 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.04';
+our $VERSION = '1.05';
sub import {
mro::set_mro(scalar(caller), $_[1]) if $_[1];