Bump VERSIONs in all non-dual-lived modules that have changed
Steve Hay [Mon, 15 Sep 2008 17:01:08 +0000 (17:01 +0000)]
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:
Porting/cmpVERSION.pl
ext/Opcode/ops.pm
ext/XS/Typemap/Typemap.pm
lib/DBM_Filter/compress.pm
lib/DBM_Filter/encode.pm
lib/DBM_Filter/int32.pm
lib/DBM_Filter/null.pm
lib/DBM_Filter/utf8.pm
lib/File/CheckTree.pm
lib/Getopt/Std.pm
lib/IPC/Open3.pm
lib/PerlIO.pm
lib/Tie/Handle.pm
lib/Tie/Hash.pm
lib/Tie/Scalar.pm
lib/blib.pm
os2/OS2/Process/Process.pm
vms/ext/Stdio/Stdio.pm

index aabe692..de5f942 100644 (file)
@@ -29,10 +29,12 @@ my %skip;
     './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 =
index 78ec442..4183669 100644 (file)
@@ -1,6 +1,6 @@
 package ops;
 
-our $VERSION = '1.01';
+our $VERSION = '1.02';
 
 use Opcode qw(opmask_add opset invert_opset);
 
index 0c10f40..04776f0 100644 (file)
@@ -36,7 +36,7 @@ use base qw/ DynaLoader Exporter /;
 
 use vars qw/ $VERSION @EXPORT /;
 
-$VERSION = '0.02';
+$VERSION = '0.03';
 
 @EXPORT = (qw/
           T_SV
index 077c570..b9f7dea 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use Carp;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 BEGIN
 {
index a936b65..fedb692 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use Carp;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 BEGIN
 {
index a27ff43..d8fa542 100644 (file)
@@ -3,7 +3,7 @@ package DBM_Filter::int32 ;
 use strict;
 use warnings;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 # todo get Filter to figure endian.
 
index 2301b33..ffa10e9 100644 (file)
@@ -3,7 +3,7 @@ package DBM_Filter::null ;
 use strict;
 use warnings;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 sub Store
 {
index 30e02b4..677e661 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use Carp;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 BEGIN
 {
index 29f05d8..d7948f2 100644 (file)
@@ -7,7 +7,7 @@ use File::Spec;
 use warnings;
 use strict;
 
-our $VERSION = '4.3';
+our $VERSION = '4.4';
 our @ISA     = qw(Exporter);
 our @EXPORT  = qw(validate);
 
index c13d7f6..823bc4d 100644 (file)
@@ -72,7 +72,7 @@ and version_mess() with the switches string as an argument.
 
 @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;
 
index 95313fc..f934e89 100644 (file)
@@ -9,7 +9,7 @@ require Exporter;
 use Carp;
 use Symbol qw(gensym qualify);
 
-$VERSION       = 1.02;
+$VERSION       = 1.03;
 @ISA           = qw(Exporter);
 @EXPORT                = qw(open3);
 
index 42c56e8..1b80507 100644 (file)
@@ -1,6 +1,6 @@
 package PerlIO;
 
-our $VERSION = '1.04';
+our $VERSION = '1.05';
 
 # Map layer name to package that defines it
 our %alias;
index 1751650..4e92f75 100644 (file)
@@ -1,7 +1,7 @@
 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.
index 508db72..1ca8887 100644 (file)
@@ -1,6 +1,6 @@
 package Tie::Hash;
 
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 =head1 NAME
 
index 3bfb2b6..9bf03f9 100644 (file)
@@ -1,6 +1,6 @@
 package Tie::Scalar;
 
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 =head1 NAME
 
index 98f1612..f755e29 100644 (file)
@@ -40,7 +40,7 @@ use Cwd;
 use File::Spec;
 
 use vars qw($VERSION $Verbose);
-$VERSION = '1.03';
+$VERSION = '1.04';
 $Verbose = 0;
 
 sub import
index 51d8700..7058361 100644 (file)
@@ -20,7 +20,7 @@ BEGIN {
   #require AutoLoader;
 
   our @ISA = qw(Exporter);
-  our $VERSION = "1.02";
+  our $VERSION = "1.03";
   XSLoader::load('OS2::Process', $VERSION);
 }
 
index a68e796..54f37c9 100644 (file)
@@ -13,7 +13,7 @@ use Carp '&croak';
 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 );