summaryrefslogtreecommitdiff
path: root/ext/mro
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-03-19 14:40:36 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-03-19 14:40:36 -0700
commit911a37294a3f243e6e9b563557f80a6e08cc4b58 (patch)
tree8b03f8e5a78d0e363e9a25fcc4a7acd7c7481dc8 /ext/mro
parent8c58eb6984b3fb1aed92f413f2bee67e2ec816c0 (diff)
downloadperl-911a37294a3f243e6e9b563557f80a6e08cc4b58.tar.gz
Version bumps for the recent PERL_NO_GET_CONTEXT commits
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 ef47c843ce..9f01039575 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.06';
+our $VERSION = '1.07';
sub import {
mro::set_mro(scalar(caller), $_[1]) if $_[1];