Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > f0e6319bc8c242e949e5d63a227e162f > files > 1

perl-I18N-Charset-1.375-2mdk.src.rpm

diff -Naur I18N-Charset-1.375/Makefile.PL I18N-Charset-1.375.oden/Makefile.PL
--- I18N-Charset-1.375/Makefile.PL	2004-10-24 19:38:02.000000000 +0200
+++ I18N-Charset-1.375.oden/Makefile.PL	2005-07-14 17:46:38.000000000 +0200
@@ -7,7 +7,7 @@
 license('perl');
 
 requires( perl => '5.004' );
-build_requires('IO::Capture::ErrorMessages' => 0);
+build_requires('IO::Capture::Stderr' => 0);
 requires('IO::String');
 recommends('App::Info::Lib::Iconv');
 recommends('Encode');
diff -Naur I18N-Charset-1.375/t/enco.t I18N-Charset-1.375.oden/t/enco.t
--- I18N-Charset-1.375/t/enco.t	2004-10-24 19:28:32.000000000 +0200
+++ I18N-Charset-1.375.oden/t/enco.t	2005-07-14 17:46:45.000000000 +0200
@@ -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;
 
diff -Naur I18N-Charset-1.375/t/iana.t I18N-Charset-1.375.oden/t/iana.t
--- I18N-Charset-1.375/t/iana.t	2004-10-24 19:30:23.000000000 +0200
+++ I18N-Charset-1.375.oden/t/iana.t	2005-07-14 17:46:51.000000000 +0200
@@ -3,8 +3,8 @@
 
 use Test::More tests => 27;
 
-use IO::Capture::ErrorMessages;
-my $oICE =  IO::Capture::ErrorMessages->new;
+use IO::Capture::Stderr;
+my $oICE =  IO::Capture::Stderr->new;
 
 use strict;
 
diff -Naur I18N-Charset-1.375/t/libi.t I18N-Charset-1.375.oden/t/libi.t
--- I18N-Charset-1.375/t/libi.t	2004-10-26 02:31:01.000000000 +0200
+++ I18N-Charset-1.375.oden/t/libi.t	2005-07-14 17:46:58.000000000 +0200
@@ -2,8 +2,8 @@
 
 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;
 
diff -Naur I18N-Charset-1.375/t/map8.t I18N-Charset-1.375.oden/t/map8.t
--- I18N-Charset-1.375/t/map8.t	2004-10-24 19:31:55.000000000 +0200
+++ I18N-Charset-1.375.oden/t/map8.t	2005-07-14 17:47:03.000000000 +0200
@@ -3,8 +3,8 @@
 
 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;
 
diff -Naur I18N-Charset-1.375/t/umap.t I18N-Charset-1.375.oden/t/umap.t
--- I18N-Charset-1.375/t/umap.t	2004-10-26 02:30:48.000000000 +0200
+++ I18N-Charset-1.375.oden/t/umap.t	2005-07-14 17:47:09.000000000 +0200
@@ -4,8 +4,8 @@
 use I18N::Charset;
 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;