r21687 - in /trunk/libxml-sax-writer-perl: debian/patches/fix_05basic_t.patch debian/patches/series t/05basic.t

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 15 23:28:09 UTC 2008


Author: gregoa
Date: Sun Jun 15 23:28:08 2008
New Revision: 21687

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21687
Log:
resurrect fix_05basic_t.patch which was lost before the takeover but still was applied ...

Added:
    trunk/libxml-sax-writer-perl/debian/patches/fix_05basic_t.patch
Modified:
    trunk/libxml-sax-writer-perl/debian/patches/series
    trunk/libxml-sax-writer-perl/t/05basic.t

Added: trunk/libxml-sax-writer-perl/debian/patches/fix_05basic_t.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/patches/fix_05basic_t.patch?rev=21687&op=file
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/patches/fix_05basic_t.patch (added)
+++ trunk/libxml-sax-writer-perl/debian/patches/fix_05basic_t.patch Sun Jun 15 23:28:08 2008
@@ -1,0 +1,10 @@
+--- libxml-sax-writer-perl.orig/t/05basic.t
++++ libxml-sax-writer-perl/t/05basic.t
+@@ -7,6 +7,7 @@
+ 
+ use strict;
+ use Test::More tests => 27;
++use Text::Iconv;
+ BEGIN { use_ok('XML::SAX::Writer'); }
+ 
+ # VMS has different names for codepages

Modified: trunk/libxml-sax-writer-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/patches/series?rev=21687&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/patches/series (original)
+++ trunk/libxml-sax-writer-perl/debian/patches/series Sun Jun 15 23:28:08 2008
@@ -3,3 +3,4 @@
 convert_errors.patch
 file_consumer_encoding.patch
 fix_pod.patch
+fix_05basic_t.patch

Modified: trunk/libxml-sax-writer-perl/t/05basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/t/05basic.t?rev=21687&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/t/05basic.t (original)
+++ trunk/libxml-sax-writer-perl/t/05basic.t Sun Jun 15 23:28:08 2008
@@ -7,7 +7,6 @@
 
 use strict;
 use Test::More tests => 27;
-use Text::Iconv;
 BEGIN { use_ok('XML::SAX::Writer'); }
 
 # VMS has different names for codepages




More information about the Pkg-perl-cvs-commits mailing list