Subject: | Make test failure in Pod::Simple search50.t line 63 |
t/search29....ok
t/search50....Not enough arguments for Test::skip at t/search50.t line
63, near ""skipping find() for strict.pm";"
Execution of t/search50.t aborted due to compilation errors.
t/search50....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-8
Failed 8/8 tests, 0.00% okay
Perl 5.6.1
was:
skip "skipping find() for strict.pm"; # skipping find() for
'thatpath/strict.pm
now:
print "skipping find() for strict.pm"; # skipping find() for
'thatpath/strict.pm
or use fix line 63 to use the 3 arguments that skip needs.