X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=ci%2Fdeps.perl;h=06b4fbe0f2f3a0be7a939a94405fcf272528f9c1;hb=a318e758129d616b3b801db82c4735c680a2fbe8;hp=93cc5d25623ad19cd169fb9ed5a221bf5f571a56;hpb=ab2b0607f05904866784684603c4a1f5c13c1e80;p=public-inbox.git diff --git a/ci/deps.perl b/ci/deps.perl index 93cc5d25..06b4fbe0 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 @@ -25,6 +25,7 @@ my $profiles = { Email::MIME::ContentType Encode ExtUtils::MakeMaker + IO::Compress::Gzip URI::Escape ), @test_essential ], @@ -35,7 +36,6 @@ my $profiles = { DBD::SQLite DBI Filesys::Notify::Simple - IO::Compress::Gzip Inline::C Net::Server Plack @@ -50,7 +50,7 @@ my $profiles = { # optional developer stuff devtest => [ qw( - XML::Feed + XML::TreePP curl w3m ) ],