On Sat, 30 Mar 2002, Michael G Schwern wrote:

> Doesn't seem to have any effect on the code above, but it does have an
> effect on this:
>
> $ perl -Ilib -MTest::Builder -e '$tb=Test::Builder->new; $tb->plan('no_plan'); 
>$tb->current_test(10)'
> Modification of non-creatable array value attempted, subscript -1 at 
>lib/Test/Builder.pm line 948.
> WHOA!  Somehow you got a different number of results than tests ran!
> This should never happen!  Please contact the author immediately!
> END failed--call queue aborted.
>
> which will result in this in 0.43:
>
> $ perl -Ilib -MTest::Builder -e '$tb=Test::Builder->new; $tb->plan('no_plan'); 
>$tb->current_test(10)'
> 1..10

Right, that's what I was trying to show.  I just forgot all the context ;)


-dave

/*==================
www.urth.org
we await the New Sun
==================*/

Reply via email to