Change 27587 by [EMAIL PROTECTED] on 2006/03/23 15:27:15
Get version numbers in line with what's in the CPAN
EU::MM 6.30_01 tarball. (ExtUtils::Install has local changes,
so bump its version number.)
Affected files ...
... //depot/perl/lib/ExtUtils/Install.pm#48 edit
... //depot/perl/lib/ExtUtils/Installed.pm#22 edit
... //depot/perl/lib/ExtUtils/Manifest.pm#45 edit
... //depot/perl/lib/ExtUtils/Mkbootstrap.pm#11 edit
... //depot/perl/lib/ExtUtils/Mksymlists.pm#34 edit
... //depot/perl/lib/ExtUtils/Packlist.pm#12 edit
Differences ...
==== //depot/perl/lib/ExtUtils/Install.pm#48 (text) ====
Index: perl/lib/ExtUtils/Install.pm
--- perl/lib/ExtUtils/Install.pm#47~27016~ 2006-01-31 02:07:00.000000000
-0800
+++ perl/lib/ExtUtils/Install.pm 2006-03-23 07:27:15.000000000 -0800
@@ -2,7 +2,7 @@
use 5.00503;
use vars qw(@ISA @EXPORT $VERSION);
-$VERSION = '1.33_01';
+$VERSION = '1.33_02';
use Exporter;
use Carp ();
==== //depot/perl/lib/ExtUtils/Installed.pm#22 (text) ====
Index: perl/lib/ExtUtils/Installed.pm
--- perl/lib/ExtUtils/Installed.pm#21~20754~ 2003-08-18 01:34:00.000000000
-0700
+++ perl/lib/ExtUtils/Installed.pm 2006-03-23 07:27:15.000000000 -0800
@@ -16,7 +16,7 @@
require VMS::Filespec if $Is_VMS;
use vars qw($VERSION);
-$VERSION = '0.08';
+$VERSION = '0.08_01';
sub _is_prefix {
my ($self, $path, $prefix) = @_;
==== //depot/perl/lib/ExtUtils/Manifest.pm#45 (text) ====
Index: perl/lib/ExtUtils/Manifest.pm
--- perl/lib/ExtUtils/Manifest.pm#44~24232~ 2005-04-13 00:24:07.000000000
-0700
+++ perl/lib/ExtUtils/Manifest.pm 2006-03-23 07:27:15.000000000 -0800
@@ -13,7 +13,7 @@
$Is_MacOS $Is_VMS
$Debug $Verbose $Quiet $MANIFEST $DEFAULT_MSKIP);
-$VERSION = '1.46';
+$VERSION = '1.46_01';
@ISA=('Exporter');
@EXPORT_OK = qw(mkmanifest
manicheck filecheck fullcheck skipcheck
==== //depot/perl/lib/ExtUtils/Mkbootstrap.pm#11 (text) ====
Index: perl/lib/ExtUtils/Mkbootstrap.pm
--- perl/lib/ExtUtils/Mkbootstrap.pm#10~16904~ 2002-05-30 13:24:10.000000000
-0700
+++ perl/lib/ExtUtils/Mkbootstrap.pm 2006-03-23 07:27:15.000000000 -0800
@@ -1,6 +1,6 @@
package ExtUtils::Mkbootstrap;
-$VERSION = 1.15;
+$VERSION = '1.15_01';
use Config;
use Exporter;
==== //depot/perl/lib/ExtUtils/Mksymlists.pm#34 (text) ====
Index: perl/lib/ExtUtils/Mksymlists.pm
--- perl/lib/ExtUtils/Mksymlists.pm#33~16904~ 2002-05-30 13:24:10.000000000
-0700
+++ perl/lib/ExtUtils/Mksymlists.pm 2006-03-23 07:27:15.000000000 -0800
@@ -11,7 +11,7 @@
use vars qw(@ISA @EXPORT $VERSION);
@ISA = 'Exporter';
@EXPORT = '&Mksymlists';
-$VERSION = 1.19;
+$VERSION = '1.19_01';
sub Mksymlists {
my(%spec) = @_;
==== //depot/perl/lib/ExtUtils/Packlist.pm#12 (text) ====
Index: perl/lib/ExtUtils/Packlist.pm
--- perl/lib/ExtUtils/Packlist.pm#11~16663~ 2002-05-17 14:35:45.000000000
-0700
+++ perl/lib/ExtUtils/Packlist.pm 2006-03-23 07:27:15.000000000 -0800
@@ -4,7 +4,7 @@
use strict;
use Carp qw();
use vars qw($VERSION);
-$VERSION = '0.04';
+$VERSION = '0.04_01';
# Used for generating filehandle globs. IO::File might not be available!
my $fhname = "FH1";
End of Patch.