On 7/20/06, David Wheeler <[EMAIL PROTECTED]> wrote:
You probably could have used Test::More->builder->expected_tests to
set the sample sized based on whatever value you put into the plan.

I didn't know about Test::Builder->expected_tests, but from the code
of Test::Builder 0.33 it looks like it won't  trigger a real test,
because it will cheat and would compare my $count with count I gave
it:    $count == $count anyway.

Reply via email to