summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
authorLeon Brocard <acme@astray.com>2009-09-13 19:50:17 +0100
committerLeon Brocard <acme@astray.com>2009-09-13 19:50:17 +0100
commit08d7a6b24064e70aacf57f27e3375e0256afc24a (patch)
treeb57452a9f3979060e17ace1bc112423f98d4fc24 /t/TEST
parent0e4e16299a9ffad2c7c545720fdb36b39163927d (diff)
downloadperl-08d7a6b24064e70aacf57f27e3375e0256afc24a.tar.gz
Use alternative URLs for links which are now broken (link rot)
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 32767b2419..da92b45b9f 100755
--- a/t/TEST
+++ b/t/TEST
@@ -569,7 +569,7 @@ EOT
# SKIP is essentially the same as TODO for t/TEST
# this still conforms to TAP:
- # http://search.cpan.org/dist/TAP/TAP.pod
+ # http://search.cpan.org/dist/TAP/TAP.pm
$extra and $istodo = $extra =~ /#\s*(?:TODO|SKIP)\b/;
$istodo = 1 if $todo{$num};