X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/4692e667eb5fcc19306bd345ec7d08f52a1157c6..259925f6e2a27e42f10152a1975bf341fd1118c2:/t/TEST diff --git a/t/TEST b/t/TEST index 3df0d7d..0c24c17 100755 --- a/t/TEST +++ b/t/TEST @@ -42,7 +42,6 @@ my %abs = ( '../cpan/IPC-SysV' => 1, '../cpan/Locale-Codes' => 1, '../cpan/Log-Message' => 1, - '../cpan/Math-Complex' => 1, '../cpan/Module-Build' => 1, '../cpan/Module-Load' => 1, '../cpan/Module-Load-Conditional' => 1, @@ -75,7 +74,6 @@ my %temp_no_core = '../cpan/podlators' => 1, '../cpan/Test-Simple' => 1, '../cpan/Tie-RefHash' => 1, - '../cpan/Time-HiRes' => 1, '../cpan/Unicode-Collate' => 1, '../cpan/Unicode-Normalize' => 1, ); @@ -615,7 +613,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};