]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/httpd-https.t
make Plack optional for non-WWW and non-httpd users
[public-inbox.git] / t / httpd-https.t
index 265febe5ea843f7afb2691ab43657c1a5c8aafde..9ce060c8c7c1c8865648f92c381704eabac941c0 100644 (file)
@@ -6,7 +6,7 @@ use Test::More;
 use Socket qw(SOCK_STREAM IPPROTO_TCP SOL_SOCKET);
 use PublicInbox::TestCommon;
 # IO::Poll is part of the standard library, but distros may split them off...
-require_mods(qw(IO::Socket::SSL IO::Poll));
+require_mods(qw(IO::Socket::SSL IO::Poll Plack::Util));
 my $cert = 'certs/server-cert.pem';
 my $key = 'certs/server-key.pem';
 unless (-r $key && -r $cert) {