diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-03-29 16:48:08 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-03-29 16:49:21 +1300 |
commit | 6d4c22ce3c0dc6872575a755ef66632279a52bf4 (patch) | |
tree | 390c5b383a9189f004df04417ff828df90370bd5 /dev-perl/XML-Grove/files/XML-Grove-0.46-utf8tests.patch | |
parent | net-misc/memcached: 1.5.7 bup (diff) | |
download | gentoo-6d4c22ce3c0dc6872575a755ef66632279a52bf4.tar.gz gentoo-6d4c22ce3c0dc6872575a755ef66632279a52bf4.tar.bz2 gentoo-6d4c22ce3c0dc6872575a755ef66632279a52bf4.zip |
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
Diffstat (limited to 'dev-perl/XML-Grove/files/XML-Grove-0.46-utf8tests.patch')
-rw-r--r-- | dev-perl/XML-Grove/files/XML-Grove-0.46-utf8tests.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/XML-Grove/files/XML-Grove-0.46-utf8tests.patch b/dev-perl/XML-Grove/files/XML-Grove-0.46-utf8tests.patch new file mode 100644 index 000000000000..bb54dc052ade --- /dev/null +++ b/dev-perl/XML-Grove/files/XML-Grove-0.46-utf8tests.patch @@ -0,0 +1,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 + |