]> Sergey Matveev's repositories - public-inbox.git/blobdiff - ci/deps.perl
remove most internal Email::MIME usage
[public-inbox.git] / ci / deps.perl
index 93cc5d25623ad19cd169fb9ed5a221bf5f571a56..48aaa9e46d49f4d1d3f0c760f101bef7ad805a0c 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2019 all contributors <meta@public-inbox.org>
+# Copyright (C) 2019-2020 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 # 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 ],
 
@@ -35,7 +33,6 @@ my $profiles = {
                DBD::SQLite
                DBI
                Filesys::Notify::Simple
-               IO::Compress::Gzip
                Inline::C
                Net::Server
                Plack
@@ -50,7 +47,7 @@ my $profiles = {
 
        # optional developer stuff
        devtest => [ qw(
-               XML::Feed
+               XML::TreePP
                curl
                w3m
                ) ],