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_Unix.pm | |
parent | 84d2fa142c064fe21af5121174d51b764b9d9c69 (diff) | |
download | perl-75e3c8a32e5d9a53167aa1dbfdc9809cfea8cabf.tar.gz |
upgrade to ExtUtils::MakeMaker 6.53_03
Diffstat (limited to 'lib/ExtUtils/MM_Unix.pm')
-rw-r--r-- | lib/ExtUtils/MM_Unix.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index 82bb654640..59a612a05b 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -15,7 +15,7 @@ use ExtUtils::MakeMaker qw($Verbose neatvalue); # If we make $VERSION an our variable parse_version() breaks use vars qw($VERSION); -$VERSION = '6.53_02'; +$VERSION = '6.53_03'; require ExtUtils::MM_Any; our @ISA = qw(ExtUtils::MM_Any); |