diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-10-17 08:46:28 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-10-17 08:46:28 +0000 |
commit | a65cb92d1f93e8343c90e37bd9d70f91efe34546 (patch) | |
tree | 9ec09d8b17f72e89bef272251b86f3a15897cd2c /lib/ExtUtils/MM_Unix.pm | |
parent | 95e06916561ca1cbaa0ca21057644bd664ebf2dc (diff) | |
download | perl-a65cb92d1f93e8343c90e37bd9d70f91efe34546.tar.gz |
Upgrade to ExtUtils-MakeMaker-6.47_02
p4raw-id: //depot/perl@34498
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 8c619c524e..d018fe0215 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.47_01'; +$VERSION = '6.47_02'; require ExtUtils::MM_Any; our @ISA = qw(ExtUtils::MM_Any); |