]> Sergey Matveev's repositories - public-inbox.git/blobdiff - xt/perf-msgview.t
make Plack optional for non-WWW and non-httpd users
[public-inbox.git] / xt / perf-msgview.t
index 11bd3a5d64657ff8d476e1273fd38d5f71490265..8c9037ee215e019dd9664a4c694d5b7034eae627 100644 (file)
@@ -18,7 +18,7 @@ if (require_git(2.19, 1)) {
        warn
 "git <2.19, cat-file lacks --unordered, locality suffers\n";
 }
-
+require_mods qw(Plack::Util);
 use_ok 'Plack::Util';
 my $ibx = PublicInbox::Inbox->new({ inboxdir => $inboxdir, name => 'name' });
 my $git = $ibx->git;