> > especially if you can detect old-style ok() calls and give a helpful
> > suggestion like "did you forget to convert from Test::ok to
> > Testing::ok", as perl does in some other cases.
> 
> How can you tell?  Testing::ok() nromally takes two arguments, so does
> Test::ok().  And they look similar.

I mean old-style single arg calls:

ok( 1 ) ;

Reply via email to