X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=ci%2Fdeps.perl;h=08722e1c41902275704a85b97f99be258192831d;hp=330ba2f32fa43140bcde89733093afbb8bc1acfb;hb=62f28026e624ed30d620063a0fa92cbedb7f6673;hpb=f018d5cc70f3a6983e4ec188ae62a729a8b31157 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