Re: Bug fix in Test::More 0.71 may reveal failures tests

2007-09-16 Thread Jonathan Rockway
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

Re: Bug fix in Test::More 0.71 may reveal failures tests

2007-09-16 Thread Petr Pajas
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; > > > >