On 7/15/06, Jonathan Rockway <[EMAIL PROTECTED]> wrote:
Worse, it's inconsistent with the rest of the API:

ok        $foo == $bar, $REASON;
is        $foo,   $bar, $REASON;
is_deeply $foo,   $bar, $REASON;

And then this:

skip $REASON, $num;

Sadly, it would be hard to change that since so many people use the
"wrong" syntax.

Realize that $num is optional.  The alternative is:

   skip undef, $REASON;

Reply via email to