From: Yves Orton Date: Sun, 2 Jul 2006 16:23:21 +0000 (+0200) Subject: Synchronize ExtUtils::Instal 1.41 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f62a57de64cd5ddde982ef9f2ab6d195e87eec01;p=p5sagit%2Fp5-mst-13.2.git Synchronize ExtUtils::Instal 1.41 Message-Id: <9b18b3110607020723h1765f051hda802b6682a99df0@mail.gmail.com> Sync ExtUtils::Install with CPAN (just trivially change version nos) p4raw-id: //depot/perl@28463 --- diff --git a/lib/ExtUtils/Install.pm b/lib/ExtUtils/Install.pm index 9df844d..2be8535 100644 --- a/lib/ExtUtils/Install.pm +++ b/lib/ExtUtils/Install.pm @@ -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; diff --git a/lib/ExtUtils/Installed.pm b/lib/ExtUtils/Installed.pm index d5cffb6..e8f9f3a 100644 --- a/lib/ExtUtils/Installed.pm +++ b/lib/ExtUtils/Installed.pm @@ -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 { diff --git a/lib/ExtUtils/Packlist.pm b/lib/ExtUtils/Packlist.pm index e8ce4a6..5965bbc 100644 --- a/lib/ExtUtils/Packlist.pm +++ b/lib/ExtUtils/Packlist.pm @@ -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!