diff options
author | Leon Brocard <acme@astray.com> | 2011-06-12 08:45:13 +0100 |
---|---|---|
committer | Leon Brocard <acme@astray.com> | 2011-06-12 08:45:13 +0100 |
commit | 464a08e7ffded0873dfb1539fceae173c22a1090 (patch) | |
tree | 8d88cd28d2a01b889f2be07fc3bc8f3da6bd29db /t/TEST | |
parent | 8978b4ac1f6bf2c1c69a99d1d1db68ebdfcac193 (diff) | |
download | perl-464a08e7ffded0873dfb1539fceae173c22a1090.tar.gz |
Fix some broken URLs found by Porting/checkURL.pl
Diffstat (limited to 't/TEST')
-rwxr-xr-x | t/TEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}; |