summaryrefslogtreecommitdiff
blob: bb54dc052adea132a6c0642e3521cb53a02157c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From f4ef80f143ba18c7b5894fc10fb1a939e317208f Mon Sep 17 00:00:00 2001
From: Kent Fredric <kentnl@gentoo.org>
Date: Thu, 29 Mar 2018 16:33:28 +1300
Subject: Fix tests failing due to encoding differences

Bug: https://rt.cpan.org/Ticket/Display.html?id=69723
---
 t/grove.t | 1 +
 1 file changed, 1 insertion(+)

diff --git a/t/grove.t b/t/grove.t
index a1ab816..dce4f32 100644
--- a/t/grove.t
+++ b/t/grove.t
@@ -8,6 +8,7 @@
 
 BEGIN { $| = 1; print "1..5\n"; }
 END {print "not ok 1\n" unless $loaded;}
+use utf8;
 use XML::Grove;
 use XML::Parser::PerlSAX;
 use XML::Grove::Builder;
-- 
2.16.2