This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump version number of ExtUtils::MM_Unix after last change
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 18 Dec 2006 13:35:18 +0000 (13:35 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 18 Dec 2006 13:35:18 +0000 (13:35 +0000)
p4raw-id: //depot/perl@29581

lib/ExtUtils/MM_Unix.pm

index da0d57d..22cea82 100644 (file)
@@ -18,7 +18,7 @@ use vars qw($VERSION @ISA
 
 use ExtUtils::MakeMaker qw($Verbose neatvalue);
 
-$VERSION = '1.51';
+$VERSION = '1.51_01';
 
 require ExtUtils::MM_Any;
 @ISA = qw(ExtUtils::MM_Any);