]> Sergey Matveev's repositories - public-inbox.git/commitdiff
xt/perf-msgview: drop unnecessary use_ok
authorEric Wong <e@80x24.org>
Wed, 13 Oct 2021 10:16:05 +0000 (10:16 +0000)
committerEric Wong <e@80x24.org>
Wed, 13 Oct 2021 19:52:26 +0000 (19:52 +0000)
require_mods covers it, and we're not testing Plack itself.

xt/perf-msgview.t

index bc73fccea9a1ea9accf173a0981024b99d0b9e16..cf550c1a284b80b9dd516444f93302a604bd194d 100644 (file)
@@ -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);