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. --- ci/deps.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/deps.perl b/ci/deps.perl index 5ecf9c9f..b960089f 100755 --- a/ci/deps.perl +++ b/ci/deps.perl @@ -50,7 +50,7 @@ my $profiles = { # optional developer stuff devtest => [ qw( - XML::Feed + XML::TreePP curl w3m ) ], -- cgit v1.2.3-24-ge0c7