r9392 - in /trunk/libppi-perl/debian/patches: ./ series t-14_charsets.t-is-utf8.patch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Nov 16 09:19:06 UTC 2007


Author: dmn
Date: Fri Nov 16 09:19:05 2007
New Revision: 9392

URL: http://svn.debian.org/wsvn/?sc=1&rev=9392
Log:
Ooops. Add debian/patches to the repository

Added:
    trunk/libppi-perl/debian/patches/
    trunk/libppi-perl/debian/patches/series
    trunk/libppi-perl/debian/patches/t-14_charsets.t-is-utf8.patch

Added: trunk/libppi-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libppi-perl/debian/patches/series?rev=9392&op=file
==============================================================================
--- trunk/libppi-perl/debian/patches/series (added)
+++ trunk/libppi-perl/debian/patches/series Fri Nov 16 09:19:05 2007
@@ -1,0 +1,1 @@
+t-14_charsets.t-is-utf8.patch

Added: trunk/libppi-perl/debian/patches/t-14_charsets.t-is-utf8.patch
URL: http://svn.debian.org/wsvn/trunk/libppi-perl/debian/patches/t-14_charsets.t-is-utf8.patch?rev=9392&op=file
==============================================================================
--- trunk/libppi-perl/debian/patches/t-14_charsets.t-is-utf8.patch (added)
+++ trunk/libppi-perl/debian/patches/t-14_charsets.t-is-utf8.patch Fri Nov 16 09:19:05 2007
@@ -1,0 +1,15 @@
+Index: t/14_charsets.t
+# Explicitly state source is utf8, as a-umlaut is then matched with \w
+# as a test for utf-8 compatibility
+# Reported upstream as http://rt.cpan.org/Public/Bug/Display.html?id=30773
+===================================================================
+--- a/t/14_charsets.t	(revision 9390)
++++ b/t/14_charsets.t	(working copy)
+@@ -18,6 +18,7 @@
+ use PPI;
+ use Params::Util '_INSTANCE';
+ use Test::More tests => 11;
++use utf8;
+ 
+ sub good_ok {
+ 	my $source  = shift;




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