Jim Cromie wrote:

hi folks,

Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------


t\warns.t 2 512 5 10 200.00% 1-5

You tried to plan twice! Second plan at t\warns.t line 5


It appears that this doesnt error on 5.8.2,  but is repeatable on 5.00503,
as follows:

cat warns.t-2warns
#!perl

use Test::More (tests => 5);
eval "use Test::Warn";
plan skip_all =>
   "Test::Warn needed to test that warnings are properly issued"
   if $@;
__END__


[EMAIL PROTECTED] Data-Dumper-EasyOO-0.01]$ perl5.00503 warns.t-2warns 1..5 You tried to plan twice! Second plan at warns.t-2warns line 5 # Looks like your test died before it could output anything.





Reply via email to