Change 33913 by [EMAIL PROTECTED] on 2008/05/23 12:22:22
Integrate:
[ 33838]
Upgrade to ExtUtils-Command-1.14
[ 33900]
Upgrade to AutoLoader-5.66
[ 33912]
Bump AutoSplit to a dev version number to reflect the small change in
the __DATA__ section made in the AutoLoader 5.66 release. All will get
back in sync with the next AutoLoader release.
Affected files ...
... //depot/maint-5.10/perl/lib/AutoLoader.pm#3 integrate
... //depot/maint-5.10/perl/lib/AutoSplit.pm#3 integrate
... //depot/maint-5.10/perl/lib/ExtUtils/Command.pm#2 integrate
Differences ...
==== //depot/maint-5.10/perl/lib/AutoLoader.pm#3 (text) ====
Index: perl/lib/AutoLoader.pm
--- perl/lib/AutoLoader.pm#2~33113~ 2008-01-29 14:22:25.000000000 -0800
+++ perl/lib/AutoLoader.pm 2008-05-23 05:22:22.000000000 -0700
@@ -15,7 +15,7 @@
$is_epoc = $^O eq 'epoc';
$is_vms = $^O eq 'VMS';
$is_macos = $^O eq 'MacOS';
- $VERSION = '5.64_01';
+ $VERSION = '5.66';
}
AUTOLOAD {
@@ -373,7 +373,8 @@
This package has the same copyright and license as the perl core:
Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- 2000, 2001, 2002, 2003, 2004, 2005, 2006 by Larry Wall and others
+ 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+ by Larry Wall and others
All rights reserved.
==== //depot/maint-5.10/perl/lib/AutoSplit.pm#3 (text) ====
Index: perl/lib/AutoSplit.pm
--- perl/lib/AutoSplit.pm#2~33113~ 2008-01-29 14:22:25.000000000 -0800
+++ perl/lib/AutoSplit.pm 2008-05-23 05:22:22.000000000 -0700
@@ -9,7 +9,7 @@
our($VERSION, @ISA, @EXPORT, @EXPORT_OK, $Verbose, $Keep, $Maxlen,
$CheckForAutoloader, $CheckModTime);
-$VERSION = "1.05";
+$VERSION = "1.05_01";
@ISA = qw(Exporter);
@EXPORT = qw(&autosplit &autosplit_lib_modules);
@EXPORT_OK = qw($Verbose $Keep $Maxlen $CheckForAutoloader $CheckModTime);
@@ -148,7 +148,8 @@
This package has the same copyright and license as the perl core:
Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- 2000, 2001, 2002, 2003, 2004, 2005, 2006 by Larry Wall and others
+ 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+ by Larry Wall and others
All rights reserved.
==== //depot/maint-5.10/perl/lib/ExtUtils/Command.pm#2 (text) ====
Index: perl/lib/ExtUtils/Command.pm
--- perl/lib/ExtUtils/Command.pm#1~32694~ 2007-12-22 01:23:09.000000000
-0800
+++ perl/lib/ExtUtils/Command.pm 2008-05-23 05:22:22.000000000 -0700
@@ -12,7 +12,7 @@
@ISA = qw(Exporter);
@EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod
dos2unix);
-$VERSION = '1.13';
+$VERSION = '1.14';
my $Is_VMS = $^O eq 'VMS';
End of Patch.