]> Sergey Matveev's repositories - public-inbox.git/blobdiff - ci/deps.perl
make zlib-related modules a hard dependency
[public-inbox.git] / ci / deps.perl
index 5ecf9c9f63ecefa8ac06cc91769f5a6fd959d24e..06b4fbe0f2f3a0be7a939a94405fcf272528f9c1 100755 (executable)
@@ -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
                ) ],