summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2007-04-10 16:36:08 +0000
committerSteve Peters <steve@fisharerojo.org>2007-04-10 16:36:08 +0000
commit2679043380ccf1423491dfb0147e322b03f679e3 (patch)
tree5138e9131c3dcfb50d06367316c393d94bbb1f49 /lib
parent95363e309afec517bea4a40fd3322c3a825967f4 (diff)
downloadperl-2679043380ccf1423491dfb0147e322b03f679e3.tar.gz
Version change to ExtUtils::MM_Unix missed in change #30380.
p4raw-link: @30380 on //depot/perl: 1e65eb70bcb514e61cdd8408bdbe4e5a20b7fd95 p4raw-id: //depot/perl@30896
Diffstat (limited to 'lib')
-rw-r--r--lib/ExtUtils/MM_Unix.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm
index d56ddedb9b..6cac6f979c 100644
--- a/lib/ExtUtils/MM_Unix.pm
+++ b/lib/ExtUtils/MM_Unix.pm
@@ -18,7 +18,7 @@ use vars qw($VERSION @ISA
use ExtUtils::MakeMaker qw($Verbose neatvalue);
-$VERSION = '1.51_02';
+$VERSION = '1.52_02';
require ExtUtils::MM_Any;
@ISA = qw(ExtUtils::MM_Any);