]> Sergey Matveev's repositories - public-inbox.git/commit
tests: switch to XML::TreePP for testing Atom feeds
authorEric Wong <e@yhbt.net>
Thu, 6 Feb 2020 20:59:45 +0000 (20:59 +0000)
committerEric Wong <e@yhbt.net>
Fri, 7 Feb 2020 07:21:18 +0000 (07:21 +0000)
commita3cf35c675217ea60a461dd9be7cc5b55c2d5280
treebc35aa6d2dc279f66c9156f6865d80321522786b
parent17e52476687e03fecd579f765ad6864cde0f4203
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
ci/deps.perl
t/cgi.t
t/feed.t
t/psgi_v2.t