Skip Menu |

This queue is for tickets about the WWW-Search CPAN distribution.

Report information
The Basics
Id: 16882
Status: resolved
Worked: 2 min
Priority: 0/
Queue: WWW-Search

People
Owner: MTHURN [...] cpan.org
Requestors: grousse [...] cpan.org
Cc:
AdminCc:

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



Subject: IO::Capture::ErrorMessages is deprecated
IO::Capture::ErrorMessages is deprecated, and replaced by IO::Capture::Stderr. The following patch fix test using it.
--- t/use.t~ 2006-01-03 13:14:29.000000000 +0100 +++ t/use.t 2006-01-03 13:16:32.000000000 +0100 @@ -3,8 +3,8 @@ use ExtUtils::testlib; use Test::More no_plan; -use IO::Capture::ErrorMessages; -my $oICE = IO::Capture::ErrorMessages->new; +use IO::Capture::Stderr; +my $oICE = IO::Capture::Stderr->new; use strict;