<quote who='Ovid' when='Fri, Mar 13, 2009 at 06:13:49AM -0700'>
> If you still want to calculate a plan on the fly:
>
>   use Test::More 'defer_plan';
>   # run tests
>   all_done($number_of_tests);

Just a note so as not to confuse Evgeny: Ovid meant to toot his own
horn, and that first line of code should have been:

    use Test::Most 'defer_plan';

J

Reply via email to