about summary refs log tree commit homepage
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/deps.perl5
1 files changed, 3 insertions, 2 deletions
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