File: test-encoding.patch

package info (click to toggle)
libxml-grove-perl 0.46alpha-13.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 312 kB
  • sloc: perl: 1,057; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: fix test failures due to utf8 encoding
Bug-Upstream: https://rt.cpan.org/Ticket/Display.html?id=69723

--- a/t/grove.t
+++ b/t/grove.t
@@ -13,6 +13,7 @@
 use XML::Grove::Builder;
 use XML::Grove::AsString;
 use XML::Grove::AsCanonXML;
+use utf8;
 
 $loaded = 1;
 print "ok 1\n";