summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/Install.pm
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2006-07-02 18:23:21 +0200
committerDave Mitchell <davem@fdisolutions.com>2006-07-02 16:31:10 +0000
commitf62a57de64cd5ddde982ef9f2ab6d195e87eec01 (patch)
tree83b463c8b1628cbe96d7d12251c35393f515a6d3 /lib/ExtUtils/Install.pm
parenta30987ac0bf71e47c08e169dc480f696e3d6bf03 (diff)
downloadperl-f62a57de64cd5ddde982ef9f2ab6d195e87eec01.tar.gz
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
Diffstat (limited to 'lib/ExtUtils/Install.pm')
-rw-r--r--lib/ExtUtils/Install.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/Install.pm b/lib/ExtUtils/Install.pm
index 9df844ded6..2be8535afe 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;