summaryrefslogtreecommitdiff
path: root/ext/mro
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-10-06 00:10:06 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-10-06 13:01:22 -0700
commitbc2086b8c3b589b640f2f4431d943eb6adfe5f35 (patch)
treeccca89b348623b90162800f0110deb1369b81f7c /ext/mro
parent2e9ae640bc2547b17d0603dc9be693161de48af1 (diff)
downloadperl-bc2086b8c3b589b640f2f4431d943eb6adfe5f35.tar.gz
Increase $mro::VERSION from 1.08 to 1.09
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 ec7ba84b1b..31f5ce6973 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.08';
+our $VERSION = '1.09';
sub import {
mro::set_mro(scalar(caller), $_[1]) if $_[1];