summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/MM_Unix.pm
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-12-20 16:23:24 +0000
committerNicholas Clark <nick@ccl4.org>2008-12-20 16:23:24 +0000
commitfdea92759c282b35a3a01ba45dba83c1db969515 (patch)
treea1a1aa1c771d68924526f4755ead69719feee1c4 /lib/ExtUtils/MM_Unix.pm
parentd98474738f69ecba8d8c493978a7da73634fbd53 (diff)
downloadperl-fdea92759c282b35a3a01ba45dba83c1db969515.tar.gz
Also update the $VERSION of ExtUtils::MM_Unix, else MM_Unit.t fails following
change 4adc95e616bac7eea015e9e47e439b063c1132d5. Don't those names just slip off the tongue :-)
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 af5a7ce6bd..3624619c74 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';
+$VERSION = '6.48_01';
require ExtUtils::MM_Any;
our @ISA = qw(ExtUtils::MM_Any);