From: Eric Wong Date: Mon, 14 Sep 2020 22:02:23 +0000 (+0000) Subject: ci/deps: add Plack::Test::ExternalServer for devtest X-Git-Tag: v1.6.0~7 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=2443019902bdd0b3d4d84eef85f5d9828f399b9f ci/deps: add Plack::Test::ExternalServer for devtest More of our Plack tests exercise public-inbox-httpd, nowadays; and ExternalServer lets us test it easily alongside generic PSGI stuff. --- diff --git a/ci/deps.perl b/ci/deps.perl index 77d95fc8..4c273337 100755 --- a/ci/deps.perl +++ b/ci/deps.perl @@ -48,6 +48,7 @@ my $profiles = { XML::TreePP curl w3m + Plack::Test::ExternalServer ) ], };