Skip Menu |

This queue is for tickets about the Test-Most CPAN distribution.

Report information
The Basics
Id: 44790
Status: resolved
Priority: 0/
Queue: Test-Most

People
Owner: Nobody in particular
Requestors: gshank [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.21
Fixed in: (no value)



Subject: requirement for Test::Warn needs higher version
Installation of Test::Most 0.21 failed with Test::Warn 0.10 installed with following error:# Exception::Class version is 1.23 # Test::Deep version is 0.098 # Test::Differences version is 0.47 # Test::Exception version is 0.27 # Test::Harness version is 3.12 # Test::Simple version is 0.86 # Test::Warn version is 0.10 t/00-load..........ok t/common...........1/6 # Failed test '... and Test::Warn tests' # at t/common.t line 15. # found carped warning: uplevel 2 is more than the caller stack at /usr/lib/perl5/site_perl/5.8.8/Test/Warn.pm line 263 # found warning: Hi! at t/common.t line 15. # expected to find warning: Hi! # Looks like you failed 1 test of 6. t/common........... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/6 subtests Installation succeeded after upgrading Test::Warn to 0.11: t/00-load..........1/9 # Testing Test::Most 0.21, Perl 5.008008, /usr/bin/perl # Exception::Class version is 1.23 # Test::Deep version is 0.098 # Test::Differences version is 0.47 # Test::Exception version is 0.27 # Test::Harness version is 3.12 # Test::Simple version is 0.86 # Test::Warn version is 0.11 t/00-load..........ok t/common...........ok
Thanks for the report. This has been fixed in the lates development version. Cheers, Ovid