summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorPaul Green <Paul.Green@stratus.com>2008-02-08 07:36:03 -0500
committerSteve Peters <steve@fisharerojo.org>2008-02-08 19:11:19 +0000
commit3722f0dc40a30b6ceedaf8704b690b384a8adb00 (patch)
tree58727ce9196f343d0c92a4f894f5fee186d168c7 /t
parent7b0f711abd55488cc790ac95f935f46d630a87bb (diff)
downloadperl-3722f0dc40a30b6ceedaf8704b690b384a8adb00.tar.gz
RE: Perl @ 33218 (Stratus VOS patches)
From: "Green, Paul" <Paul.Green@stratus.com> Message-ID: <F5F42E77A43DD944B6D664B00A5401CB037149FF@EXNA.corp.stratus.com> Includes a fix to the patch to ext/Time/HiRes/Makefile.PL p4raw-id: //depot/perl@33259
Diffstat (limited to 't')
-rwxr-xr-xt/TEST2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/TEST b/t/TEST
index e702ffbecc..1fdcb12632 100755
--- a/t/TEST
+++ b/t/TEST
@@ -383,7 +383,7 @@ EOT
# SKIP is essentially the same as TODO for t/TEST
# this still conforms to TAP:
- # http://search.cpan.org/dist/Test-Harness/lib/Test/Harness/TAP.pod
+ # http://search.cpan.org/dist/TAP/TAP.pod
$extra and $istodo = $extra =~ /#\s*(?:TODO|SKIP)\b/;
$istodo = 1 if $todo{$num};