On Wed, 5 Feb 2003, Yitzchak Scott-Thoennes wrote:

> >
> >No, Test::More is loaded by the "use Test::More" line.  This is equivalent
> >to:
> >
> > BEGIN { require Test::More; Test::More->import; }
>
> But use_ok doesn't work right since the 'plan tests => 1' hasn't been
> done yet.  There seems to be a bug in Test::More here...it should have
> given a:  "You tried to run a test without a plan!  Gotta have a plan."

I think my version of Test::More lets you call plan after the tests run.
Anyway, I applied John's patch.


-dave

/*=======================
House Absolute Consulting
www.houseabsolute.com
=======================*/

Reply via email to