diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-10-20 20:29:13 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-10-20 20:29:13 +0000 |
commit | b5b9b3855f771d1ed1aaa79a547b12ee1f8a218b (patch) | |
tree | bff74c51960e15e9cf46524df19f0527411481a8 /lib/ExtUtils/MM_Win32.pm | |
parent | 7a0d61f2335de711f7642bbc67df7b0d9e783953 (diff) | |
download | perl-b5b9b3855f771d1ed1aaa79a547b12ee1f8a218b.tar.gz |
Upgrade to ExtUtils-MakeMaker-6.48
p4raw-id: //depot/perl@34541
Diffstat (limited to 'lib/ExtUtils/MM_Win32.pm')
-rw-r--r-- | lib/ExtUtils/MM_Win32.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MM_Win32.pm b/lib/ExtUtils/MM_Win32.pm index 05b81e9542..b853849d53 100644 --- a/lib/ExtUtils/MM_Win32.pm +++ b/lib/ExtUtils/MM_Win32.pm @@ -27,7 +27,7 @@ use ExtUtils::MakeMaker qw( neatvalue ); require ExtUtils::MM_Any; require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix ); -our $VERSION = '6.47_02'; +our $VERSION = '6.48'; $ENV{EMXSHELL} = 'sh'; # to run `commands` |