On Wed, Mar 14, 2001 at 07:40:25PM +0000, Michael G Schwern wrote:
> On Wed, Mar 14, 2001 at 02:28:34PM -0500, barries wrote:
> > I mean old-style single arg calls:
> >
> > ok( 1 ) ;
>
> That's perfectly valid, too. Or did we leave each other somewhere?
I was probably still thinking ok_if( $cond, [$name] ) when I wrote that.
Or something.
>
> Test::ok( $expr, [$eq, [$more_info]] );
> Testing::ok( $expr, [$test_name] );
>
> Right? Only the rare three arg form will be recognizable as a mistake.
I think we're synced, since is() and is_not() (YSpellingMV) remove the
three arg form.
I think the API we've been honing is very compact and usable, FWIW.
Many thanks for taking the bullshit by the horns.