From 62f28026e624ed30d620063a0fa92cbedb7f6673 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 10 Jan 2020 08:49:31 +0000 Subject: make Plack optional for non-WWW and non-httpd users Some users just want to run -mda, -watch, and/or -nntpd. Let them run just those without forcing them to pull in a bunch of dependencies. --- ci/deps.perl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ci/deps.perl') diff --git a/ci/deps.perl b/ci/deps.perl index 330ba2f3..08722e1c 100755 --- a/ci/deps.perl +++ b/ci/deps.perl @@ -9,7 +9,7 @@ my $usage = "$0 PKG_FMT PROFILE [PROFILE_MOD]"; my $pkg_fmt = shift; @ARGV or die $usage, "\n"; -my @test_essential = qw(Test::Simple Plack::Test); +my @test_essential = qw(Test::Simple); # we actually use Test::More # package profiles my $profiles = { @@ -27,7 +27,6 @@ my $profiles = { Encode ExtUtils::MakeMaker Filesys::Notify::Simple - Plack URI::Escape ), @test_essential ], @@ -40,6 +39,8 @@ my $profiles = { IO::Compress::Gzip Inline::C Net::Server + Plack + Plack::Test Plack::Middleware::Deflater Plack::Middleware::ReverseProxy Search::Xapian -- cgit v1.2.3-24-ge0c7