diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-02-21 08:11:13 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-02-21 08:47:14 +0000 |
commit | 1487aac67a72b9f87b24113f65b4d878401bee33 (patch) | |
tree | 34fb3fe504370630d5bec34ea41a4c1019e3ac25 /lib/ExtUtils/MM_Cygwin.pm | |
parent | 7f336194cfaf185f017d3850e370623e7a703691 (diff) | |
download | perl-1487aac67a72b9f87b24113f65b4d878401bee33.tar.gz |
Upgrade to ExtUtils::MakeMaker 6.49_01
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 8eff244de5..8bcecf7114 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.48'; +our $VERSION = '6.49_01'; =head1 NAME |