]> Sergey Matveev's repositories - public-inbox.git/blobdiff - ci/deps.perl
make Plack optional for non-WWW and non-httpd users
[public-inbox.git] / ci / deps.perl
index 330ba2f32fa43140bcde89733093afbb8bc1acfb..08722e1c41902275704a85b97f99be258192831d 100755 (executable)
@@ -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