Skip Menu |

This queue is for tickets about the TAP CPAN distribution.

Report information
The Basics
Id: 54318
Status: new
Priority: 0/
Queue: TAP

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 1.00



Subject: SKIP or skipped?
The TAP specification suggests that a complete test skip could be written as 1..0 # Skipped: WWW::Mechanize not installed However, the lines before only "skip", not "skipped" is described, and in real life Test::More seems to also emit a skip: $ perl5.11.4 -MTest::More=skip_all,bla -e1 1..0 # SKIP bla So maybe the spec example should be changed or clarified, it left at least me confused regarding this point. Regards, Slaven