diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-06-16 15:16:46 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-06-16 15:16:46 +0000 |
commit | b0ce607a6dc86b7489b2320651569a94b7a2cea8 (patch) | |
tree | b90bc808207db594587a879ebe37687da99f3c55 /t | |
parent | a1c91408224f6b095b5e4e6988d6b800ff6d1538 (diff) | |
parent | d5d4ec93a4679c6ba299b53290a0903a25094cec (diff) | |
download | perl-b0ce607a6dc86b7489b2320651569a94b7a2cea8.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@17257
Diffstat (limited to 't')
-rw-r--r-- | t/lib/MakeMaker/Test/Utils.pm | 2 |
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'; |