From 3e15aad56068d2dfe80836fe1f37f2b0000476ee Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 29 Nov 2007 09:25:24 +0000 Subject: Upgrade to ExtUtils::MakeMaker 6.38 p4raw-id: //depot/perl@32546 --- lib/ExtUtils/Command/MM.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ExtUtils/Command') diff --git a/lib/ExtUtils/Command/MM.pm b/lib/ExtUtils/Command/MM.pm index c3b8462d3d..1080504ef4 100644 --- a/lib/ExtUtils/Command/MM.pm +++ b/lib/ExtUtils/Command/MM.pm @@ -9,7 +9,7 @@ use vars qw($VERSION @ISA @EXPORT); @EXPORT = qw(test_harness pod2man perllocal_install uninstall warn_if_old_packlist); -$VERSION = '6.37_03'; +$VERSION = '6.38'; my $Is_VMS = $^O eq 'VMS'; -- cgit v1.2.1