On Mon, 24 Sep 2001 14:49:08 +0100, [EMAIL PROTECTED] (Nicholas Clark) wrote:
> /perl -Ilib -MTest::More -e 'plan(3); ok(1)'
> Undefined subroutine &Test::More::plan called at -e line 1.
Should be
/perl -Ilib -MTest::More=tests,3 -e 'ok(1)'
IMO.
Cheers,
Philip
