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 | |
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
-rw-r--r-- | ext/VMS-DCLsym/DCLsym.pm | 2 | ||||
-rw-r--r-- | ext/mro/mro.pm | 2 | ||||
-rw-r--r-- | lib/Search/Dict.pm | 2 | ||||
-rw-r--r-- | lib/UNIVERSAL.pm | 2 | ||||
-rw-r--r-- | pod/perl5132delta.pod | 4 |
5 files changed, 8 insertions, 4 deletions
diff --git a/ext/VMS-DCLsym/DCLsym.pm b/ext/VMS-DCLsym/DCLsym.pm index 1cf3b04b8e..8eedf7facd 100644 --- a/ext/VMS-DCLsym/DCLsym.pm +++ b/ext/VMS-DCLsym/DCLsym.pm @@ -7,7 +7,7 @@ use strict; # Package globals @ISA = ( 'DynaLoader' ); -$VERSION = '1.03'; +$VERSION = '1.04'; my(%Locsyms) = ( ':ID' => 'LOCAL' ); my(%Gblsyms) = ( ':ID' => 'GLOBAL'); my $DoCache = 1; 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]; diff --git a/lib/Search/Dict.pm b/lib/Search/Dict.pm index 5cdd2f42c7..cbbaf99a50 100644 --- a/lib/Search/Dict.pm +++ b/lib/Search/Dict.pm @@ -4,7 +4,7 @@ require Exporter; use strict; -our $VERSION = '1.02'; +our $VERSION = '1.03'; our @ISA = qw(Exporter); our @EXPORT = qw(look); 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 diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod index 149368ff3d..255c162407 100644 --- a/pod/perl5132delta.pod +++ b/pod/perl5132delta.pod @@ -133,6 +133,10 @@ getsockopt and setsockopt are now documented. B::Concise marks rv2sv, rv2av and rv2hv ops with the new OPpDEREF flag as "DREFed". +=head3 Multiple POD spelling fixes. + +Fixes were made to VMS::DCLsym, mro, Search::Dist and UNIVERSAL. + =head1 Changes to Existing Documentation =head2 Replace wrong tr/// table in perlebcdic.pod |