summaryrefslogtreecommitdiff
path: root/ext/mro
diff options
context:
space:
mode:
authorMatt S Trout <mst@shadowcat.co.uk>2010-06-21 22:18:55 +0100
committerMatt S Trout <mst@shadowcat.co.uk>2010-06-21 22:18:55 +0100
commit8a365628c1ebdbe58557a0bf3014c0db900aa440 (patch)
tree137efaaba769e683453bd193545a0481d80bbf7e /ext/mro
parentc6e505a8d0d6cd507b02a13babaff0238f7a24e2 (diff)
downloadperl-8a365628c1ebdbe58557a0bf3014c0db900aa440.tar.gz
bump versions on VMS::DCLsym, mro, Search::Dist and UNIVERSAL and delta them as having spelling fixes
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 f580bdadf3..870b688a2e 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.02';
+our $VERSION = '1.03';
sub import {
mro::set_mro(scalar(caller), $_[1]) if $_[1];