Skip Menu |

This queue is for tickets about the Compress-Raw-Zlib CPAN distribution.

Report information
The Basics
Id: 47225
Status: resolved
Priority: 0/
Queue: Compress-Raw-Zlib

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

Bug Information
Severity: Unimportant
Broken in: 2.020
Fixed in: 2.021



[I should check some of my own modules to make sure that this doesn't happen to me, too...] 15 of the tests in t/02zlib.t fail when $ENV{PERL5OPT} =~ m/-MCarp=verbose/ and pass when it's removed. You may want to "local $Carp::Verbose = 0;" near the beginning of that file, or skip the tests in question when $Carp::Verbose == 1.
Good catch! I've fixed this by changing the way I test for the warning message -- I had been explicitly checking for the full warning message, including the line number. cheers Paul