Synchronize ExtUtils::Instal 1.41
Yves Orton [Sun, 2 Jul 2006 16:23:21 +0000 (18:23 +0200)]
Message-Id:  <9b18b3110607020723h1765f051hda802b6682a99df0@mail.gmail.com>

Sync ExtUtils::Install with CPAN (just trivially change version nos)

p4raw-id: //depot/perl@28463

lib/ExtUtils/Install.pm
lib/ExtUtils/Installed.pm
lib/ExtUtils/Packlist.pm

index 9df844d..2be8535 100644 (file)
@@ -3,7 +3,7 @@ use 5.00503;
 use strict;
 
 use vars qw(@ISA @EXPORT $VERSION $MUST_REBOOT %Config);
-$VERSION = '1.40';
+$VERSION = '1.41';
 $VERSION = eval $VERSION;
 
 use AutoSplit;
index d5cffb6..e8f9f3a 100644 (file)
@@ -16,7 +16,7 @@ my $DOSISH = ($^O =~ /^(MSWin\d\d|os2|dos|mint)$/);
 require VMS::Filespec if $Is_VMS;
 
 use vars qw($VERSION);
-$VERSION = '1.38';
+$VERSION = '1.41';
 $VERSION = eval $VERSION;
 
 sub _is_prefix {
index e8ce4a6..5965bbc 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use Carp qw();
 use Config;
 use vars qw($VERSION $Relocations);
-$VERSION = '1.39_02';
+$VERSION = '1.41';
 $VERSION = eval $VERSION;
 
 # Used for generating filehandle globs.  IO::File might not be available!