X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=ci%2Fdeps.perl;h=77d95fc8e749071237ea03dec9ff438950393f00;hb=29c5f2a6fc3b86306a5dbeadfae061d06f2bc6dd;hp=93cc5d25623ad19cd169fb9ed5a221bf5f571a56;hpb=ab2b0607f05904866784684603c4a1f5c13c1e80;p=public-inbox.git diff --git a/ci/deps.perl b/ci/deps.perl index 93cc5d25..77d95fc8 100755 --- a/ci/deps.perl +++ b/ci/deps.perl @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2019 all contributors +# Copyright (C) 2019-2020 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,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,7 +45,7 @@ my $profiles = { # optional developer stuff devtest => [ qw( - XML::Feed + XML::TreePP curl w3m ) ],