From a3cf35c675217ea60a461dd9be7cc5b55c2d5280 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 6 Feb 2020 20:59:45 +0000 Subject: tests: switch to XML::TreePP for testing Atom feeds XML::Feed pulls in a lot of dependencies, some of which XS. That makes testing with blead or any non-OS-supplied Perl installations more time consuming and more difficult because of the need to have development headers and libraries for libexpat1 or libxml2. Performance from libexpat1 or libxml2 for our small tests cases isn't relevant, either, and the pure Perl XML::TreePP seems up to the task. It's also available in CentOS 7.x, FreeBSD 11.x, and Debian, at least. --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 0b4c3957..bf1c821a 100644 --- a/INSTALL +++ b/INSTALL @@ -174,9 +174,9 @@ Optional packages testing and development: pkg: perl5 rpm: perl-Test-Simple -- XML::Feed deb: libxml-feed-perl - pkg: p5-XML-Feed - rpm: perl-XML-Feed +- XML::TreePP deb: libxml-treepp-perl + pkg: p5-XML-TreePP + rpm: perl-XML-TreePP standard MakeMaker installation (Perl) -------------------------------------- -- cgit v1.2.3-24-ge0c7