Subject: | error.t handle.t large.t paragraph.t pseudo.t fail with version 0.71 of Test::Simple, use_ok before plan |
Version 0.71 of Test::Simple has the bug fix:
http://search.cpan.org/src/MSCHWERN/Test-Simple-0.71/Changes
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.
error.t handle.t large.t paragraph.t pseudo.t in File::Slurp now fail
when using version 0.71 of Test::Simple because of the:
BEGIN{
use_ok( 'File::Slurp', ) ;
}
before a plan is set.
Thanks,
Peter (Stig) Edwards