I have returned to working on the tap parser and stumbled across this irritation:
#!/usr/bin/perl use Test::More tests => 1; SKIP: { skip "I'm lazy and don't wanna run no tests", 1 if 1; ok 1, 'We don't get to here'; } That produces the output: 1..1 # No tests run! I don't particularly like that this is a silent failure, but I'm not sure of a robust way to fix that. In any event, I reread the docs a couple of times before I realized I was being stupid. That suggests to me that this little nit could be improved. Cheers, Ovid -- If this message is a response to a question on a mailing list, please send follow up questions to the list. Web Programming with Perl -- http://users.easystreet.com/ovid/cgi_course/