You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/XML-Grove/files/XML-Grove-0.46-utf8tests.patch

26 lines
597 B

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