forked from pool/perl-XML-DOM-XPath
(https://rt.cpan.org/Public/Bug/Display.html?id=115098) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-DOM-XPath?expand=0&rev=9
14 lines
344 B
Diff
14 lines
344 B
Diff
Index: XML-DOM-XPath-0.14/t/test_non_ascii.t
|
|
===================================================================
|
|
--- XML-DOM-XPath-0.14.orig/t/test_non_ascii.t
|
|
+++ XML-DOM-XPath-0.14/t/test_non_ascii.t
|
|
@@ -7,7 +7,7 @@ use strict;
|
|
use Test::More tests => 10;
|
|
use XML::DOM::XPath;
|
|
|
|
-use encoding 'utf8';
|
|
+use utf8;
|
|
|
|
my $display_warning=0;
|
|
|