diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-12-09 00:18:32 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-12-09 00:18:32 +0000 |
commit | 6d6be53e5cf68dd14a1fce5f754d4f875bdaba05 (patch) | |
tree | 5201894988691f8dd351968159b1589e8e43073b /lib/ExtUtils/MM_Cygwin.pm | |
parent | 44ddc0720838c134bcecfee722279a483a169b18 (diff) | |
download | perl-6d6be53e5cf68dd14a1fce5f754d4f875bdaba05.tar.gz |
Upgrade to ExtUtils::MakeMaker 6.42
p4raw-id: //depot/perl@32600
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 bec9fcbf57..ca4d58d9ec 100644 --- a/lib/ExtUtils/MM_Cygwin.pm +++ b/lib/ExtUtils/MM_Cygwin.pm @@ -10,7 +10,7 @@ require ExtUtils::MM_Any; require ExtUtils::MM_Unix; @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix ); -$VERSION = '6.40'; +$VERSION = '6.42'; =head1 NAME |