On Tue, Feb 03, 2004 at 06:44:04PM +0100, Tels ([EMAIL PROTECTED]) wrote:
> is there a re reason that the following warns:
> 
>       % perl -MTest::More -le 'plan tests => 1; ok (1,1)'
>       1..1
>       #     You named your test '1'.  You shouldn't use numbers for your test
>        names.
>       #     Very confusing.

ok() is not a comparison.  is() is a comparison.

xoa

-- 
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Reply via email to