diff options
author | David Mitchell <davem@iabyn.com> | 2009-07-06 22:16:57 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-07-06 22:17:45 +0100 |
commit | 75e3c8a32e5d9a53167aa1dbfdc9809cfea8cabf (patch) | |
tree | d15326408549e3f362f65cca5686975d55cabe52 /lib/ExtUtils/MM_Cygwin.pm | |
parent | 84d2fa142c064fe21af5121174d51b764b9d9c69 (diff) | |
download | perl-75e3c8a32e5d9a53167aa1dbfdc9809cfea8cabf.tar.gz |
upgrade to ExtUtils::MakeMaker 6.53_03
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 3929ceb9a5..e57d004db0 100644 --- a/lib/ExtUtils/MM_Cygwin.pm +++ b/lib/ExtUtils/MM_Cygwin.pm @@ -9,7 +9,7 @@ require ExtUtils::MM_Unix; require ExtUtils::MM_Win32; our @ISA = qw( ExtUtils::MM_Unix ); -our $VERSION = '6.53_02'; +our $VERSION = '6.53_03'; =head1 NAME |