Change 33575 by [EMAIL PROTECTED] on 2008/03/26 16:50:06
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).
Affected files ...
... //depot/perl/lib/ExtUtils/MM_Unix.pm#240 edit
Differences ...
==== //depot/perl/lib/ExtUtils/MM_Unix.pm#240 (text) ====
Index: perl/lib/ExtUtils/MM_Unix.pm
--- perl/lib/ExtUtils/MM_Unix.pm#239~33573~ 2008-03-26 09:20:11.000000000
-0700
+++ perl/lib/ExtUtils/MM_Unix.pm 2008-03-26 09:50:06.000000000 -0700
@@ -15,7 +15,7 @@
# 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);
End of Patch.