summaryrefslogtreecommitdiff
path: root/ext/mro/mro.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mro/mro.pm')
-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 d95733bd41..6637ea8eb7 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.27';
+our $VERSION = '1.28';
require XSLoader;
XSLoader::load('mro');