http://search.cpan.org/dist/Test-Harness/lib/Test/Harness/TAP.pod implies
that if I want to skip all tests, I need something like this format:

  1..0 # SKIP why not?

I've also noticed that all of the Test::Harness tests which exercise this
behavior use '1..0', even though this is only implied, not required.  It
seems to me that specifying how many tests you have should be fine:

  1..13 # SKIP 'cuz thirteen is scary, dude

Is there a reason for the '1..0' syntax or is that merely a convention?

Cheers,
Ovid

--

Buy the book -- http://www.oreilly.com/catalog/perlhks/
Perl and CGI -- http://users.easystreet.com/ovid/cgi_course/

Reply via email to