Michael G Schwern wrote:
> Test::More 0.71 fixed a subtle bug where a call to use_ok() inside a BEGIN
> block without a plan would be silently ignored. That is...
>
>
Found another, File::Finder. Patch to fix this is attached.
Regards,
Jonathan Rockway
ff-useok-fix.t
Description: Troff doc
oops. Applied to SVN, thanks.
-- Petr
On Sunday 16 September 2007, Jonathan Rockway wrote:
> Michael G Schwern wrote:
> > Test::More 0.71 fixed a subtle bug where a call to use_ok() inside a
> > BEGIN block without a plan would be silently ignored. That is...
> >
> > use Test::More;
> >
> >