summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
authorLeon Brocard <acme@astray.com>2011-06-12 08:45:13 +0100
committerLeon Brocard <acme@astray.com>2011-06-12 08:45:13 +0100
commit464a08e7ffded0873dfb1539fceae173c22a1090 (patch)
tree8d88cd28d2a01b889f2be07fc3bc8f3da6bd29db /t/TEST
parent8978b4ac1f6bf2c1c69a99d1d1db68ebdfcac193 (diff)
downloadperl-464a08e7ffded0873dfb1539fceae173c22a1090.tar.gz
Fix some broken URLs found by Porting/checkURL.pl
Diffstat (limited to 't/TEST')
-rwxr-xr-xt/TEST2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/TEST b/t/TEST
index 3df0d7d044..a06a1739e8 100755
--- a/t/TEST
+++ b/t/TEST
@@ -615,7 +615,7 @@ EOT
# SKIP is essentially the same as TODO for t/TEST
# this still conforms to TAP:
- # http://search.cpan.org/dist/TAP/TAP.pm
+ # http://testanything.org/wiki/index.php/TAP_specification
$extra and $istodo = $extra =~ /#\s*(?:TODO|SKIP)\b/;
$istodo = 1 if $todo{$num};