# Package globals
@ISA = ( 'DynaLoader' );
-$VERSION = '1.03';
+$VERSION = '1.04';
my(%Locsyms) = ( ':ID' => 'LOCAL' );
my(%Gblsyms) = ( ':ID' => 'GLOBAL');
my $DoCache = 1;
# 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];
use strict;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
our @ISA = qw(Exporter);
our @EXPORT = qw(look);
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
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