From ab2b0607f05904866784684603c4a1f5c13c1e80 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 10 Jan 2020 08:49:32 +0000 Subject: make Filesys::Notify::Simple optional It's only used by us in public-inbox-watch, and maybe not for long. It's in most installations because Plack pulls it in though, but Plack is no longer required. --- ci/deps.perl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ci/deps.perl') diff --git a/ci/deps.perl b/ci/deps.perl index 08722e1c..93cc5d25 100755 --- a/ci/deps.perl +++ b/ci/deps.perl @@ -14,8 +14,7 @@ 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,7 +25,6 @@ my $profiles = { Email::MIME::ContentType Encode ExtUtils::MakeMaker - Filesys::Notify::Simple URI::Escape ), @test_essential ], @@ -36,6 +34,7 @@ my $profiles = { BSD::Resource DBD::SQLite DBI + Filesys::Notify::Simple IO::Compress::Gzip Inline::C Net::Server -- cgit v1.2.3-24-ge0c7