diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-10-20 20:29:13 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-10-20 20:29:13 +0000 |
commit | b5b9b3855f771d1ed1aaa79a547b12ee1f8a218b (patch) | |
tree | bff74c51960e15e9cf46524df19f0527411481a8 /lib/ExtUtils/MM_Unix.pm | |
parent | 7a0d61f2335de711f7642bbc67df7b0d9e783953 (diff) | |
download | perl-b5b9b3855f771d1ed1aaa79a547b12ee1f8a218b.tar.gz |
Upgrade to ExtUtils-MakeMaker-6.48
p4raw-id: //depot/perl@34541
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 d018fe0215..af5a7ce6bd 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_02'; +$VERSION = '6.48'; require ExtUtils::MM_Any; our @ISA = qw(ExtUtils::MM_Any); |