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