diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-03-26 16:50:06 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-03-26 16:50:06 +0000 |
commit | 431844234ada96d1c4e01f646ba83a42d99ba4f3 (patch) | |
tree | 9acc92a271e7551c4a645113585419d2ded6a94f /lib/ExtUtils | |
parent | 88405f65021bfbbe1a06b9b26a88a387364aa7da (diff) | |
download | perl-431844234ada96d1c4e01f646ba83a42d99ba4f3.tar.gz |
With change 33252, MM_Unix.pm isn't quite in sync with upstream any
more. Of the changes references in 33252, 6.44 accepted and improved
change 32879 (grep in void context), so only changes 32905 and 32964
are outstanding (ABSPERL with whitespace).
p4raw-id: //depot/perl@33575
Diffstat (limited to 'lib/ExtUtils')
-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 90dc0b9e57..1e5e98b2af 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.44'; +$VERSION = '6.44_01'; require ExtUtils::MM_Any; our @ISA = qw(ExtUtils::MM_Any); |