X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=ci%2Fdeps.perl;h=643e86c0563a1895f7b981cc861b8bf395c79427;hb=af0b0fb7a454470a32c452119d0392e0dedb3fe1;hp=06b4fbe0f2f3a0be7a939a94405fcf272528f9c1;hpb=a318e758129d616b3b801db82c4735c680a2fbe8;p=public-inbox.git diff --git a/ci/deps.perl b/ci/deps.perl index 06b4fbe0..643e86c0 100755 --- a/ci/deps.perl +++ b/ci/deps.perl @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ # Helper script for installing/uninstalling packages for CI use # Intended for use on non-production chroots or VMs since it @@ -20,9 +20,6 @@ my $profiles = { perl Devel::Peek Digest::SHA - Email::Simple - Email::MIME - Email::MIME::ContentType Encode ExtUtils::MakeMaker IO::Compress::Gzip @@ -35,12 +32,10 @@ my $profiles = { BSD::Resource DBD::SQLite DBI - Filesys::Notify::Simple Inline::C Net::Server Plack Plack::Test - Plack::Middleware::Deflater Plack::Middleware::ReverseProxy Search::Xapian Socket6 @@ -53,6 +48,7 @@ my $profiles = { XML::TreePP curl w3m + Plack::Test::ExternalServer ) ], };