summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/MM_Unix.pm
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-02-21 08:11:13 +0000
committerNicholas Clark <nick@ccl4.org>2009-02-21 08:47:14 +0000
commit1487aac67a72b9f87b24113f65b4d878401bee33 (patch)
tree34fb3fe504370630d5bec34ea41a4c1019e3ac25 /lib/ExtUtils/MM_Unix.pm
parent7f336194cfaf185f017d3850e370623e7a703691 (diff)
downloadperl-1487aac67a72b9f87b24113f65b4d878401bee33.tar.gz
Upgrade to ExtUtils::MakeMaker 6.49_01
Diffstat (limited to 'lib/ExtUtils/MM_Unix.pm')
-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 3624619c74..1eca13ae95 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.48_01';
+$VERSION = '6.49_01';
require ExtUtils::MM_Any;
our @ISA = qw(ExtUtils::MM_Any);