since 5.8.8, ready for merging into maint-5.8 prior to 5.8.9.
(Many (all?) of these should really have been changed prior to
5.10.0, but better late than never.)
Also modify cmpVERSION.pl to skip uninstalled test modules whose
VERSIONs don't really matter.
p4raw-id: //depot/perl@34365
18 files changed:
'./lib/Carp/Heavy.pm',
'./lib/Exporter/Heavy.pm'
} = ();
+my $skip_dirs = qr|^\./t/lib|;
my @wanted;
find(
sub { /\.pm$/ &&
+ $File::Find::dir !~ $skip_dirs &&
! exists $skip{$File::Find::name}
&&
do { my $file2 =
package ops;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
use Opcode qw(opmask_add opset invert_opset);
use vars qw/ $VERSION @EXPORT /;
-$VERSION = '0.02';
+$VERSION = '0.03';
@EXPORT = (qw/
T_SV
use warnings;
use Carp;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
BEGIN
{
use warnings;
use Carp;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
BEGIN
{
use strict;
use warnings;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
# todo get Filter to figure endian.
use strict;
use warnings;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
sub Store
{
use warnings;
use Carp;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
BEGIN
{
use warnings;
use strict;
-our $VERSION = '4.3';
+our $VERSION = '4.4';
our @ISA = qw(Exporter);
our @EXPORT = qw(validate);
@ISA = qw(Exporter);
@EXPORT = qw(getopt getopts);
-$VERSION = '1.05';
+$VERSION = '1.06';
# uncomment the next line to disable 1.03-backward compatibility paranoia
# $STANDARD_HELP_VERSION = 1;
use Carp;
use Symbol qw(gensym qualify);
-$VERSION = 1.02;
+$VERSION = 1.03;
@ISA = qw(Exporter);
@EXPORT = qw(open3);
package PerlIO;
-our $VERSION = '1.04';
+our $VERSION = '1.05';
# Map layer name to package that defines it
our %alias;
package Tie::Handle;
use 5.006_001;
-our $VERSION = '4.1';
+our $VERSION = '4.2';
# Tie::StdHandle used to be inside Tie::Handle. For backwards compatibility
# loading Tie::Handle has to make Tie::StdHandle available.
package Tie::Hash;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
=head1 NAME
package Tie::Scalar;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
=head1 NAME
use File::Spec;
use vars qw($VERSION $Verbose);
-$VERSION = '1.03';
+$VERSION = '1.04';
$Verbose = 0;
sub import
#require AutoLoader;
our @ISA = qw(Exporter);
- our $VERSION = "1.02";
+ our $VERSION = "1.03";
XSLoader::load('OS2::Process', $VERSION);
}
use DynaLoader ();
use Exporter ();
-$VERSION = '2.3';
+$VERSION = '2.4';
@ISA = qw( Exporter DynaLoader IO::File );
@EXPORT = qw( &O_APPEND &O_CREAT &O_EXCL &O_NDELAY &O_NOWAIT
&O_RDONLY &O_RDWR &O_TRUNC &O_WRONLY );