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/MakeMaker/Config.pm | |
parent | d9ac7b6b660cff1409a0aa305d95403874c8725a (diff) | |
download | perl-b6d6132c1554383190492215dd1da143d1d564ef.tar.gz |
ExtUtils::MakeMaker 6.55_01
Diffstat (limited to 'lib/ExtUtils/MakeMaker/Config.pm')
-rw-r--r-- | lib/ExtUtils/MakeMaker/Config.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MakeMaker/Config.pm b/lib/ExtUtils/MakeMaker/Config.pm index 5b58ab3886..24f48b4e35 100644 --- a/lib/ExtUtils/MakeMaker/Config.pm +++ b/lib/ExtUtils/MakeMaker/Config.pm @@ -2,7 +2,7 @@ package ExtUtils::MakeMaker::Config; use strict; -our $VERSION = '6.54'; +our $VERSION = '6.55_01'; use Config (); |