* Eric Wilhelm <[EMAIL PROTECTED]> [2007-03-04 08:20]:
> It's a substitute for 
> 
>  use Test::More (0 ? (no_plan) : (tests => 202));
> 
> ... mostly because I don't like the number of parens in that.

Uh?

    use Test::More 0 ? 'no_plan' : ( tests => 202 );

-- 
*AUTOLOAD=*_;sub _{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1}
&Just->another->Perl->hack;
#Aristotle

Reply via email to