X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=ci%2Fdeps.perl;h=4c27333739bcc50a01b7b81380210b31d0ff08a5;hb=4f1a683dc895a7bd4cf79e58b39faea256045921;hp=5ecf9c9f63ecefa8ac06cc91769f5a6fd959d24e;hpb=95bdac7f09c69036efed537a4d03d5bdd2ae4eb6;p=public-inbox.git diff --git a/ci/deps.perl b/ci/deps.perl index 5ecf9c9f..4c273337 100755 --- a/ci/deps.perl +++ b/ci/deps.perl @@ -20,11 +20,9 @@ my $profiles = { perl Devel::Peek Digest::SHA - Email::Simple - Email::MIME - Email::MIME::ContentType Encode ExtUtils::MakeMaker + IO::Compress::Gzip URI::Escape ), @test_essential ], @@ -34,13 +32,10 @@ my $profiles = { BSD::Resource DBD::SQLite DBI - Filesys::Notify::Simple - IO::Compress::Gzip Inline::C Net::Server Plack Plack::Test - Plack::Middleware::Deflater Plack::Middleware::ReverseProxy Search::Xapian Socket6 @@ -50,9 +45,10 @@ my $profiles = { # optional developer stuff devtest => [ qw( - XML::Feed + XML::TreePP curl w3m + Plack::Test::ExternalServer ) ], };