From: Nicholas Clark Date: Wed, 26 Mar 2008 16:50:06 +0000 (+0000) Subject: With change 33252, MM_Unix.pm isn't quite in sync with upstream any X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=431844234ada96d1c4e01f646ba83a42d99ba4f3;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index 90dc0b9..1e5e98b 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);