]> Sergey Matveev's repositories - public-inbox.git/blobdiff - ci/deps.perl
make Filesys::Notify::Simple optional
[public-inbox.git] / ci / deps.perl
index 330ba2f32fa43140bcde89733093afbb8bc1acfb..93cc5d25623ad19cd169fb9ed5a221bf5f571a56 100755 (executable)
@@ -9,13 +9,12 @@ my $usage = "$0 PKG_FMT PROFILE [PROFILE_MOD]";
 my $pkg_fmt = shift;
 @ARGV or die $usage, "\n";
 
-my @test_essential = qw(Test::Simple Plack::Test);
+my @test_essential = qw(Test::Simple); # we actually use Test::More
 
 # package profiles
 my $profiles = {
        # the smallest possible profile for testing
-       # TODO: trim this, Plack pulls in Filesys::Notify::Simple,
-       # and we don't need that for mda-only installs
+       # TODO: trim URI::Escape from this, maybe
        essential => [ qw(
                git
                perl
@@ -26,8 +25,6 @@ my $profiles = {
                Email::MIME::ContentType
                Encode
                ExtUtils::MakeMaker
-               Filesys::Notify::Simple
-               Plack
                URI::Escape
                ), @test_essential ],
 
@@ -37,9 +34,12 @@ 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