From 2186e8a06ca468f89a22fb66d8b337fa7bc0d8de Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 13 Oct 2021 10:16:05 +0000 Subject: [PATCH] xt/perf-msgview: drop unnecessary use_ok require_mods covers it, and we're not testing Plack itself. --- xt/perf-msgview.t | 1 - 1 file changed, 1 deletion(-) 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); -- 2.44.0