File: pragma-encoding.patch

package info (click to toggle)
libxml-dom-xpath-perl 0.14-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 244 kB
  • ctags: 61
  • sloc: perl: 449; makefile: 2; xml: 1
file content (19 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: encoding pragma is gone
Origin: CPAN RT
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=115098
Bug-Debian: https://bugs.debian.org/826451
Author: Father Chrysostomos <sprout@cpan.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2017-06-24

--- a/t/test_non_ascii.t
+++ b/t/test_non_ascii.t
@@ -7,7 +7,7 @@
 use Test::More tests => 10;
 use XML::DOM::XPath;
 
-use encoding 'utf8';
+use utf8;
 
 my $display_warning=0;