diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-26 10:37:36 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-26 10:37:36 +0000 |
commit | c8d65f1035cb1d70dc2830289eaeb81b4e0d2ff8 (patch) | |
tree | c9904aa722129ae0eda22d403ee8d88f06f5adbf /lib/ExtUtils/MM_Win32.pm | |
parent | 10fdd3268bfedb0d10912f2f0ba6be13995de3fe (diff) | |
download | perl-c8d65f1035cb1d70dc2830289eaeb81b4e0d2ff8.tar.gz |
Upgrade to ExtUtils::MakeMaker 6.37_02
p4raw-id: //depot/perl@32494
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 553ad988a7..fe650077dd 100644 --- a/lib/ExtUtils/MM_Win32.pm +++ b/lib/ExtUtils/MM_Win32.pm @@ -29,7 +29,7 @@ use vars qw(@ISA $VERSION); require ExtUtils::MM_Any; require ExtUtils::MM_Unix; @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix ); -$VERSION = '1.15'; +$VERSION = '6.37_02'; $ENV{EMXSHELL} = 'sh'; # to run `commands` |