summaryrefslogtreecommitdiff
path: root/t/lib
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2002-06-15 23:49:27 -0400
committerAbhijit Menon-Sen <ams@wiw.org>2002-06-16 09:00:51 +0000
commitd5d4ec93a4679c6ba299b53290a0903a25094cec (patch)
treef614812a6656569c4e54761ad97d67769cdfad04 /t/lib
parent90fcb90269601d48315e5be1fd5ddd0619d05f27 (diff)
downloadperl-d5d4ec93a4679c6ba299b53290a0903a25094cec.tar.gz
Subject: [PATCH] Sync MakeMaker 6.01 -> 6.02
Date: Sun, 16 Jun 2002 03:49:27 -0400 Message-Id: <20020616074927.GD7403@ool-18b93024.dyn.optonline.net> Subject: [PATCH] Test::Harness 2.24 -> 2.25 From: Michael G Schwern <schwern@pobox.com> Date: Sun, 16 Jun 2002 03:58:40 -0400 Message-Id: <20020616075840.GE7403@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@17256
Diffstat (limited to 't/lib')
-rw-r--r--t/lib/MakeMaker/Test/Utils.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/MakeMaker/Test/Utils.pm b/t/lib/MakeMaker/Test/Utils.pm
index fff8055edb..9260faf343 100644
--- a/t/lib/MakeMaker/Test/Utils.pm
+++ b/t/lib/MakeMaker/Test/Utils.pm
@@ -15,7 +15,7 @@ $VERSION = 0.02;
make make_run make_macro calibrate_mtime
);
-my $Is_VMS = $^O eq 'VMS';
+my $Is_VMS = $^O eq 'VMS';
my $Is_MacOS = $^O eq 'MacOS';