X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=ci%2Fdeps.perl;h=93cc5d25623ad19cd169fb9ed5a221bf5f571a56;hb=ab2b0607f05904866784684603c4a1f5c13c1e80;hp=62870c1f99647992b2bbbf52e572c98b7feb58fe;hpb=d9aad3a7988262b31ab2171f2c982daf04ac822c;p=public-inbox.git diff --git a/ci/deps.perl b/ci/deps.perl index 62870c1f..93cc5d25 100755 --- a/ci/deps.perl +++ b/ci/deps.perl @@ -9,17 +9,15 @@ 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 = { # the smallest possible profile for testing - # TODO: trim this, Plack pulls in Filesys::Notify::Simple, - # and we don't need that for mda-only installs + # TODO: trim URI::Escape from this, maybe essential => [ qw( git perl - Date::Parse Devel::Peek Digest::SHA Email::Simple @@ -27,19 +25,21 @@ my $profiles = { Email::MIME::ContentType Encode ExtUtils::MakeMaker - Filesys::Notify::Simple - Plack URI::Escape ), @test_essential ], # everything optional for normal use optional => [ qw( + Date::Parse 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 @@ -50,7 +50,6 @@ my $profiles = { # optional developer stuff devtest => [ qw( - IPC::Run XML::Feed curl w3m