Michael G Schwern wrote: > 0.71 Thu Sep 13 20:42:36 PDT 2007 > Bug fixes > - Fixed a problem with BEGIN { use_ok } silently failing when there's no > plan set. [rt.cpan.org 28345] Thanks Adriano Ferreira and Yitzchak.
Uh, oh! This fix causes test failures with DBI and Math::Random::MT::Auto. For example, for DBI: t/05thrclone..............You tried to run a test without a plan at t/05thrclone.t line 37. BEGIN failed--compilation aborted at t/05thrclone.t line 38. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) I'll fix the tests for MRMA, and work on submitting a patch for DBI, but there may be lots of other modules that this affects. (I'm not saying the fix is bad - just that it may affect lots of modules.)