some test files were converted to use begin blocks at the bottom of
the test file. this does not work well in some special cases i
consider this style to be a failed experiment.
therefore, all references to C<BEGIN { plan tests => NN; }> must be
converted to C<use Parrot::Test tests => NN;>
~jerry
These (like t/doc/pod.t) need to be preserved.
On Jul 18, 2006, at 5:47 PM, Jerry Gay (via RT) wrote:
> some test files were converted to use begin blocks at the bottom of
> the test file. this does not work well in some special cases i
> consider this style to be a failed experiment.
>
> therefore, all references to C<BEGIN { plan tests => NN; }> must be
> converted to C<use Parrot::Test tests => NN;>
>
> ~jerry
>
--
Will "Coke" Coleda
wi...@coleda.com