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_Cygwin.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_Cygwin.pm')
-rw-r--r-- | lib/ExtUtils/MM_Cygwin.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MM_Cygwin.pm b/lib/ExtUtils/MM_Cygwin.pm index fa1158fc0d..2a110c215d 100644 --- a/lib/ExtUtils/MM_Cygwin.pm +++ b/lib/ExtUtils/MM_Cygwin.pm @@ -9,7 +9,7 @@ require ExtUtils::MM_Any; require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix ); -our $VERSION = '6.44'; +our $VERSION = '6.46'; =head1 NAME |