From: Eric Wong Date: Wed, 13 Oct 2021 10:16:05 +0000 (+0000) Subject: xt/perf-msgview: drop unnecessary use_ok X-Git-Tag: v1.7.0~166 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=2186e8a06ca468f89a22fb66d8b337fa7bc0d8de xt/perf-msgview: drop unnecessary use_ok require_mods covers it, and we're not testing Plack itself. --- diff --git a/xt/perf-msgview.t b/xt/perf-msgview.t index bc73fcce..cf550c1a 100644 --- a/xt/perf-msgview.t +++ b/xt/perf-msgview.t @@ -21,7 +21,6 @@ if (require_git(2.19, 1)) { "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; my $fh = $blob ? undef : $git->popen(@cat);