X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=xt%2Fperf-msgview.t;h=cf550c1a284b80b9dd516444f93302a604bd194d;hb=3c187b8751beecf97da596692384cd2bf4d91d5b;hp=bc73fccea9a1ea9accf173a0981024b99d0b9e16;hpb=13a2fcc724576a78d0955f64dc0f4494545153c3;p=public-inbox.git 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);