From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id A7E601F9F3 for ; Wed, 13 Oct 2021 10:16:11 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 1/7] xt/perf-msgview: drop unnecessary use_ok Date: Wed, 13 Oct 2021 10:16:05 +0000 Message-Id: <20211013101611.22962-2-e@80x24.org> In-Reply-To: <20211013101611.22962-1-e@80x24.org> References: <20211013101611.22962-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 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);