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/MM_OS2.pm | |
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/MM_OS2.pm')
-rw-r--r-- | lib/ExtUtils/MM_OS2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MM_OS2.pm b/lib/ExtUtils/MM_OS2.pm index 8e40629fe6..7eafc55759 100644 --- a/lib/ExtUtils/MM_OS2.pm +++ b/lib/ExtUtils/MM_OS2.pm @@ -5,7 +5,7 @@ use strict; use ExtUtils::MakeMaker qw(neatvalue); use File::Spec; -our $VERSION = '6.44'; +our $VERSION = '6.46'; require ExtUtils::MM_Any; require ExtUtils::MM_Unix; |