diff options
author | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 22:18:55 +0100 |
---|---|---|
committer | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 22:18:55 +0100 |
commit | 8a365628c1ebdbe58557a0bf3014c0db900aa440 (patch) | |
tree | 137efaaba769e683453bd193545a0481d80bbf7e /lib/UNIVERSAL.pm | |
parent | c6e505a8d0d6cd507b02a13babaff0238f7a24e2 (diff) | |
download | perl-8a365628c1ebdbe58557a0bf3014c0db900aa440.tar.gz |
bump versions on VMS::DCLsym, mro, Search::Dist and UNIVERSAL and delta them as having spelling fixes
Diffstat (limited to 'lib/UNIVERSAL.pm')
-rw-r--r-- | lib/UNIVERSAL.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/UNIVERSAL.pm b/lib/UNIVERSAL.pm index e30f5a7eda..89604626c4 100644 --- a/lib/UNIVERSAL.pm +++ b/lib/UNIVERSAL.pm @@ -1,6 +1,6 @@ package UNIVERSAL; -our $VERSION = '1.06'; +our $VERSION = '1.07'; # UNIVERSAL should not contain any extra subs/methods beyond those # that it exists to define. The use of Exporter below is a historical |