Change 12040 by jhi@alpha on 2001/09/16 20:36:58
Bump up version numbers.
TODO 1: double check that pre-5.6.1 CPAN.pm:s
don't try to download 5.8.0 because of the
version numbers. Mainly this means using _00
in the core version numbers.
TODO 2: the "use 5.005_64" in many modules
needs to be changed to, say, "use 5.6.1".
Affected files ...
... //depot/perl/ext/B/B/Assembler.pm#10 edit
... //depot/perl/ext/Data/Dumper/Dumper.pm#20 edit
... //depot/perl/lib/AutoLoader.pm#25 edit
... //depot/perl/lib/AutoSplit.pm#28 edit
... //depot/perl/lib/CPAN.pm#43 edit
... //depot/perl/lib/ExtUtils/Embed.pm#20 edit
... //depot/perl/lib/ExtUtils/Install.pm#28 edit
... //depot/perl/lib/ExtUtils/Installed.pm#9 edit
... //depot/perl/lib/ExtUtils/Manifest.pm#24 edit
... //depot/perl/lib/File/Basename.pm#24 edit
... //depot/perl/lib/File/Copy.pm#23 edit
... //depot/perl/lib/File/Find.pm#50 edit
... //depot/perl/lib/File/Path.pm#27 edit
... //depot/perl/lib/File/Spec.pm#15 edit
... //depot/perl/lib/File/Spec/Functions.pm#9 edit
... //depot/perl/lib/File/Spec/Unix.pm#22 edit
... //depot/perl/lib/File/Spec/VMS.pm#25 edit
... //depot/perl/lib/File/Spec/Win32.pm#17 edit
... //depot/perl/lib/FindBin.pm#15 edit
... //depot/perl/lib/Pod/Checker.pm#16 edit
... //depot/perl/lib/Pod/Find.pm#11 edit
... //depot/perl/lib/SelfLoader.pm#15 edit
... //depot/perl/lib/Shell.pm#12 edit
... //depot/perl/lib/Tie/Handle.pm#12 edit
... //depot/perl/lib/blib.pm#11 edit
... //depot/perl/lib/diagnostics.pm#24 edit
... //depot/perl/vms/ext/DCLsym/DCLsym.pm#10 edit
... //depot/perl/vms/ext/Stdio/Stdio.pm#14 edit
Differences ...
==== //depot/perl/ext/B/B/Assembler.pm#10 (text) ====
Index: perl/ext/B/B/Assembler.pm
--- perl/ext/B/B/Assembler.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/ext/B/B/Assembler.pm Sun Sep 16 14:45:05 2001
@@ -14,7 +14,7 @@
@ISA = qw(Exporter);
@EXPORT_OK = qw(assemble_fh newasm endasm assemble);
-$VERSION = 0.02;
+$VERSION = 0.03;
use strict;
my %opnumber;
==== //depot/perl/ext/Data/Dumper/Dumper.pm#20 (text) ====
Index: perl/ext/Data/Dumper/Dumper.pm
--- perl/ext/Data/Dumper/Dumper.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/ext/Data/Dumper/Dumper.pm Sun Sep 16 14:45:05 2001
@@ -9,7 +9,7 @@
package Data::Dumper;
-$VERSION = '2.102';
+$VERSION = '2.103';
#$| = 1;
==== //depot/perl/lib/AutoLoader.pm#25 (text) ====
Index: perl/lib/AutoLoader.pm
--- perl/lib/AutoLoader.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/AutoLoader.pm Sun Sep 16 14:45:05 2001
@@ -16,7 +16,7 @@
$is_epoc = $^O eq 'epoc';
$is_vms = $^O eq 'VMS';
$is_macos = $^O eq 'MacOS';
- $VERSION = '5.58';
+ $VERSION = '5.59';
}
AUTOLOAD {
==== //depot/perl/lib/AutoSplit.pm#28 (text) ====
Index: perl/lib/AutoSplit.pm
--- perl/lib/AutoSplit.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/AutoSplit.pm Sun Sep 16 14:45:05 2001
@@ -11,7 +11,7 @@
our($VERSION, @ISA, @EXPORT, @EXPORT_OK, $Verbose, $Keep, $Maxlen,
$CheckForAutoloader, $CheckModTime);
-$VERSION = "1.0306";
+$VERSION = "1.0307";
@ISA = qw(Exporter);
@EXPORT = qw(&autosplit &autosplit_lib_modules);
@EXPORT_OK = qw($Verbose $Keep $Maxlen $CheckForAutoloader $CheckModTime);
==== //depot/perl/lib/CPAN.pm#43 (text) ====
Index: perl/lib/CPAN.pm
--- perl/lib/CPAN.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/CPAN.pm Sun Sep 16 14:45:05 2001
@@ -1,6 +1,6 @@
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*-
package CPAN;
-$VERSION = '1.59_54';
+$VERSION = '1.59_55';
# $Id: CPAN.pm,v 1.385 2001/02/09 21:37:57 k Exp $
# only used during development:
==== //depot/perl/lib/ExtUtils/Embed.pm#20 (text) ====
Index: perl/lib/ExtUtils/Embed.pm
--- perl/lib/ExtUtils/Embed.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/ExtUtils/Embed.pm Sun Sep 16 14:45:05 2001
@@ -18,7 +18,7 @@
);
use strict;
-$VERSION = sprintf("%d.%02d", q$Revision: 1.2505_00 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 1.2506_00 $ =~ /(\d+)\.(\d+)/);
@ISA = qw(Exporter);
@EXPORT = qw(&xsinit &ldopts
==== //depot/perl/lib/ExtUtils/Install.pm#28 (text) ====
Index: perl/lib/ExtUtils/Install.pm
--- perl/lib/ExtUtils/Install.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/ExtUtils/Install.pm Sun Sep 16 14:45:05 2001
@@ -2,7 +2,7 @@
use 5.005_64;
our(@ISA, @EXPORT, $VERSION);
-$VERSION = substr q$Revision: 1.28 $, 10;
+$VERSION = substr q$Revision: 1.29 $, 10;
# $Date: 1998/01/25 07:08:24 $
use Exporter;
==== //depot/perl/lib/ExtUtils/Installed.pm#9 (text) ====
Index: perl/lib/ExtUtils/Installed.pm
--- perl/lib/ExtUtils/Installed.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/ExtUtils/Installed.pm Sun Sep 16 14:45:05 2001
@@ -8,7 +8,7 @@
use Config;
use File::Find;
use File::Basename;
-our $VERSION = '0.03';
+our $VERSION = '0.04';
my $DOSISH = ($^O =~ /^(MSWin\d\d|os2|dos|mint)$/);
==== //depot/perl/lib/ExtUtils/Manifest.pm#24 (text) ====
Index: perl/lib/ExtUtils/Manifest.pm
--- perl/lib/ExtUtils/Manifest.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/ExtUtils/Manifest.pm Sun Sep 16 14:45:05 2001
@@ -12,7 +12,7 @@
$Is_MacOS,$Is_VMS,
$Debug,$Verbose,$Quiet,$MANIFEST,$found,$DEFAULT_MSKIP);
-$VERSION = substr(q$Revision: 1.34 $, 10);
+$VERSION = substr(q$Revision: 1.35 $, 10);
@ISA=('Exporter');
@EXPORT_OK = ('mkmanifest', 'manicheck', 'fullcheck', 'filecheck',
'skipcheck', 'maniread', 'manicopy');
==== //depot/perl/lib/File/Basename.pm#24 (text) ====
Index: perl/lib/File/Basename.pm
--- perl/lib/File/Basename.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/File/Basename.pm Sun Sep 16 14:45:05 2001
@@ -141,7 +141,7 @@
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(fileparse fileparse_set_fstype basename dirname);
-$VERSION = "2.7";
+$VERSION = "2.71";
# fileparse_set_fstype() - specify OS-based rules used in future
==== //depot/perl/lib/File/Copy.pm#23 (text) ====
Index: perl/lib/File/Copy.pm
--- perl/lib/File/Copy.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/File/Copy.pm Sun Sep 16 14:45:05 2001
@@ -24,7 +24,7 @@
# package has not yet been updated to work with Perl 5.004, and so it
# would be a Bad Thing for the CPAN module to grab it and replace this
# module. Therefore, we set this module's version higher than 2.0.
-$VERSION = '2.04';
+$VERSION = '2.05';
require Exporter;
@ISA = qw(Exporter);
==== //depot/perl/lib/File/Find.pm#50 (text) ====
Index: perl/lib/File/Find.pm
--- perl/lib/File/Find.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/File/Find.pm Sun Sep 16 14:45:05 2001
@@ -2,7 +2,7 @@
use strict;
use warnings;
use 5.6.0;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
require Exporter;
require Cwd;
==== //depot/perl/lib/File/Path.pm#27 (text) ====
Index: perl/lib/File/Path.pm
--- perl/lib/File/Path.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/File/Path.pm Sun Sep 16 14:45:05 2001
@@ -98,7 +98,7 @@
use strict;
use warnings;
-our $VERSION = "1.0404";
+our $VERSION = "1.0405";
our @ISA = qw( Exporter );
our @EXPORT = qw( mkpath rmtree );
==== //depot/perl/lib/File/Spec.pm#15 (text) ====
Index: perl/lib/File/Spec.pm
--- perl/lib/File/Spec.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/File/Spec.pm Sun Sep 16 14:45:05 2001
@@ -3,7 +3,7 @@
use strict;
our(@ISA, $VERSION);
-$VERSION = 0.82 ;
+$VERSION = 0.83 ;
my %module = (MacOS => 'Mac',
MSWin32 => 'Win32',
==== //depot/perl/lib/File/Spec/Functions.pm#9 (text) ====
Index: perl/lib/File/Spec/Functions.pm
--- perl/lib/File/Spec/Functions.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/File/Spec/Functions.pm Sun Sep 16 14:45:05 2001
@@ -5,7 +5,7 @@
our (@ISA,@EXPORT,@EXPORT_OK,%EXPORT_TAGS,$VERSION);
-$VERSION = '1.1';
+$VERSION = '1.2';
require Exporter;
==== //depot/perl/lib/File/Spec/Unix.pm#22 (text) ====
Index: perl/lib/File/Spec/Unix.pm
--- perl/lib/File/Spec/Unix.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/File/Spec/Unix.pm Sun Sep 16 14:45:05 2001
@@ -3,7 +3,7 @@
use strict;
our($VERSION);
-$VERSION = '1.2';
+$VERSION = '1.3';
use Cwd;
==== //depot/perl/lib/File/Spec/VMS.pm#25 (text) ====
Index: perl/lib/File/Spec/VMS.pm
--- perl/lib/File/Spec/VMS.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/File/Spec/VMS.pm Sun Sep 16 14:45:05 2001
@@ -4,7 +4,7 @@
use vars qw(@ISA $VERSION);
require File::Spec::Unix;
-$VERSION = '1.1';
+$VERSION = '1.2';
@ISA = qw(File::Spec::Unix);
==== //depot/perl/lib/File/Spec/Win32.pm#17 (text) ====
Index: perl/lib/File/Spec/Win32.pm
--- perl/lib/File/Spec/Win32.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/File/Spec/Win32.pm Sun Sep 16 14:45:05 2001
@@ -5,7 +5,7 @@
use vars qw(@ISA $VERSION);
require File::Spec::Unix;
-$VERSION = '1.2';
+$VERSION = '1.3';
@ISA = qw(File::Spec::Unix);
==== //depot/perl/lib/FindBin.pm#15 (text) ====
Index: perl/lib/FindBin.pm
--- perl/lib/FindBin.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/FindBin.pm Sun Sep 16 14:45:05 2001
@@ -82,7 +82,7 @@
%EXPORT_TAGS = (ALL => [qw($Bin $Script $RealBin $RealScript $Dir $RealDir)]);
@ISA = qw(Exporter);
-$VERSION = "1.42";
+$VERSION = "1.43";
BEGIN
{
==== //depot/perl/lib/Pod/Checker.pm#16 (text) ====
Index: perl/lib/Pod/Checker.pm
--- perl/lib/Pod/Checker.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/Pod/Checker.pm Sun Sep 16 14:45:05 2001
@@ -10,7 +10,7 @@
package Pod::Checker;
use vars qw($VERSION);
-$VERSION = 1.2; ## Current version of this package
+$VERSION = 1.3; ## Current version of this package
require 5.005; ## requires this Perl version or later
use Pod::ParseUtils; ## for hyperlinks and lists
==== //depot/perl/lib/Pod/Find.pm#11 (text) ====
Index: perl/lib/Pod/Find.pm
--- perl/lib/Pod/Find.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/Pod/Find.pm Sun Sep 16 14:45:05 2001
@@ -13,7 +13,7 @@
package Pod::Find;
use vars qw($VERSION);
-$VERSION = 0.21; ## Current version of this package
+$VERSION = 0.22; ## Current version of this package
require 5.005; ## requires this Perl version or later
use Carp;
==== //depot/perl/lib/SelfLoader.pm#15 (text) ====
Index: perl/lib/SelfLoader.pm
--- perl/lib/SelfLoader.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/SelfLoader.pm Sun Sep 16 14:45:05 2001
@@ -3,7 +3,7 @@
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(AUTOLOAD);
-$VERSION = "1.0902";
+$VERSION = "1.0903";
sub Version {$VERSION}
$DEBUG = 0;
==== //depot/perl/lib/Shell.pm#12 (text) ====
Index: perl/lib/Shell.pm
--- perl/lib/Shell.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/Shell.pm Sun Sep 16 14:45:05 2001
@@ -4,7 +4,7 @@
use warnings;
our($capture_stderr, $VERSION, $AUTOLOAD);
-$VERSION = '0.3';
+$VERSION = '0.4';
sub new { bless \$VERSION, shift } # Nothing better to bless
sub DESTROY { }
==== //depot/perl/lib/Tie/Handle.pm#12 (text) ====
Index: perl/lib/Tie/Handle.pm
--- perl/lib/Tie/Handle.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/Tie/Handle.pm Sun Sep 16 14:45:05 2001
@@ -1,7 +1,7 @@
package Tie::Handle;
use 5.005_64;
-our $VERSION = '4.0';
+our $VERSION = '4.1';
=head1 NAME
==== //depot/perl/lib/blib.pm#11 (text) ====
Index: perl/lib/blib.pm
--- perl/lib/blib.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/blib.pm Sun Sep 16 14:45:05 2001
@@ -39,7 +39,7 @@
use Cwd;
use vars qw($VERSION $Verbose);
-$VERSION = '1.00';
+$VERSION = '1.01';
$Verbose = 0;
sub import
==== //depot/perl/lib/diagnostics.pm#24 (xtext) ====
Index: perl/lib/diagnostics.pm
--- perl/lib/diagnostics.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/lib/diagnostics.pm Sun Sep 16 14:45:05 2001
@@ -171,7 +171,7 @@
use 5.6.0;
use Carp;
-our $VERSION = 1.0;
+our $VERSION = 1.1;
our $DEBUG;
our $VERBOSE;
our $PRETTY;
==== //depot/perl/vms/ext/DCLsym/DCLsym.pm#10 (text) ====
Index: perl/vms/ext/DCLsym/DCLsym.pm
--- perl/vms/ext/DCLsym/DCLsym.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/vms/ext/DCLsym/DCLsym.pm Sun Sep 16 14:45:05 2001
@@ -7,7 +7,7 @@
# Package globals
@ISA = ( 'DynaLoader' );
-$VERSION = '1.01';
+$VERSION = '1.02';
my(%Locsyms) = ( ':ID' => 'LOCAL' );
my(%Gblsyms) = ( ':ID' => 'GLOBAL');
my $DoCache = 1;
==== //depot/perl/vms/ext/Stdio/Stdio.pm#14 (text) ====
Index: perl/vms/ext/Stdio/Stdio.pm
--- perl/vms/ext/Stdio/Stdio.pm.~1~ Sun Sep 16 14:45:05 2001
+++ perl/vms/ext/Stdio/Stdio.pm Sun Sep 16 14:45:05 2001
@@ -13,7 +13,7 @@
use DynaLoader ();
use Exporter ();
-$VERSION = '2.2';
+$VERSION = '2.3';
@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 );
End of Patch.