gentoo/dev-perl/XML-Grove/files/XML-Grove-0.46-utf8tests.patch
Kent Fredric 6d4c22ce3c
dev-perl/XML-Grove: EAPI6, Tests, Normalize Version
- EAPI6ify
- Normalize version
- Enable tests
- Fix bad internal version
- Fix test suite broken since perl 5.8.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6
2018-03-29 16:49:21 +13:00

26 lines
597 B
Diff

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