diff options
author | Leon Brocard <acme@astray.com> | 2009-09-13 19:50:17 +0100 |
---|---|---|
committer | Leon Brocard <acme@astray.com> | 2009-09-13 19:50:17 +0100 |
commit | 08d7a6b24064e70aacf57f27e3375e0256afc24a (patch) | |
tree | b57452a9f3979060e17ace1bc112423f98d4fc24 /t/TEST | |
parent | 0e4e16299a9ffad2c7c545720fdb36b39163927d (diff) | |
download | perl-08d7a6b24064e70aacf57f27e3375e0256afc24a.tar.gz |
Use alternative URLs for links which are now broken (link rot)
Diffstat (limited to 't/TEST')
-rwxr-xr-x | t/TEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}; |