diff options
author | Steve Hay <SteveHay@planit.com> | 2008-09-29 09:14:25 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-09-29 09:14:25 +0000 |
commit | 2e65e370d35678c61f33c1e7f90fd07d0254d085 (patch) | |
tree | b8f1e09ca87551677dbaed97155c3e625532baa0 /lib/ExtUtils/MakeMaker | |
parent | 494bd33348b985a58018f4b68f5d051cf954d541 (diff) | |
download | perl-2e65e370d35678c61f33c1e7f90fd07d0254d085.tar.gz |
Upgrade to ExtUtils-MakeMaker-6.46
Local changes 32905 and 32964 in MM_Unix.pm and 33259 in MM_Unix.t
remain
p4raw-id: //depot/perl@34440
Diffstat (limited to 'lib/ExtUtils/MakeMaker')
-rw-r--r-- | lib/ExtUtils/MakeMaker/Config.pm | 2 | ||||
-rw-r--r-- | lib/ExtUtils/MakeMaker/bytes.pm | 2 | ||||
-rw-r--r-- | lib/ExtUtils/MakeMaker/vmsish.pm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/ExtUtils/MakeMaker/Config.pm b/lib/ExtUtils/MakeMaker/Config.pm index 43dec5dbd1..7744210884 100644 --- a/lib/ExtUtils/MakeMaker/Config.pm +++ b/lib/ExtUtils/MakeMaker/Config.pm @@ -2,7 +2,7 @@ package ExtUtils::MakeMaker::Config; use strict; -our $VERSION = '6.44'; +our $VERSION = '6.46'; use Config (); diff --git a/lib/ExtUtils/MakeMaker/bytes.pm b/lib/ExtUtils/MakeMaker/bytes.pm index 16b7030906..4ac989ce2a 100644 --- a/lib/ExtUtils/MakeMaker/bytes.pm +++ b/lib/ExtUtils/MakeMaker/bytes.pm @@ -2,7 +2,7 @@ package ExtUtils::MakeMaker::bytes; use strict; -our $VERSION = 6.44; +our $VERSION = 6.46; my $Have_Bytes = eval { require bytes; 1; }; diff --git a/lib/ExtUtils/MakeMaker/vmsish.pm b/lib/ExtUtils/MakeMaker/vmsish.pm index fc5466ba75..1765e8bdd7 100644 --- a/lib/ExtUtils/MakeMaker/vmsish.pm +++ b/lib/ExtUtils/MakeMaker/vmsish.pm @@ -2,7 +2,7 @@ package ExtUtils::MakeMaker::vmsish; use strict; -our $VERSION = 6.44; +our $VERSION = 6.46; my $IsVMS = $^O eq 'VMS'; |