diff options
author | David Mitchell <davem@iabyn.com> | 2009-07-16 10:53:04 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-07-16 10:53:04 +0100 |
commit | b6d6132c1554383190492215dd1da143d1d564ef (patch) | |
tree | 0443a528c7d6efb2564fa76f5287c37aaeda0247 /lib/ExtUtils/MM_Unix.pm | |
parent | d9ac7b6b660cff1409a0aa305d95403874c8725a (diff) | |
download | perl-b6d6132c1554383190492215dd1da143d1d564ef.tar.gz |
ExtUtils::MakeMaker 6.55_01
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 81dc41b766..32f1272e4d 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.54'; +$VERSION = '6.55_01'; require ExtUtils::MM_Any; our @ISA = qw(ExtUtils::MM_Any); |