----- Original Message ----
From: Andy Armstrong <[EMAIL PROTECTED]>

> >   Parse errors: No plan found in TAP output
>
> D'oh - sorry - should have read the output from your runtests properly :)
>
> So we're losing the plan somehow.

I can never get it to work with the Test::Class code, using either prove or 
runtests.  In the regular .t style program, it succeeds if I use a leading 
plan, but fails if I use a trailing plan with runtests:

  use Test::More tests => 3;

Versus:

  use Test::More 'no_plan';

Cheers,
Ovid
 
--
Buy the book  - http://www.oreilly.com/catalog/perlhks/
Perl and CGI  - http://users.easystreet.com/ovid/cgi_course/
Personal blog - http://publius-ovidius.livejournal.com/
Tech blog     - http://use.perl.org/~Ovid/journal/



Reply via email to