From: Eric Wong Date: Fri, 26 Jul 2024 21:31:08 +0000 (+0000) Subject: t/msgmap: updates for Perl 5.12+ and copyrights X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8221919b284e103a35d6fa2e3401cd8a94adf67;p=thirdparty%2Fpublic-inbox.git t/msgmap: updates for Perl 5.12+ and copyrights Test::More is redundant with TestCommon, and nothing here conflicts with the unicode_strings feature in Perl v5.12. --- diff --git a/t/msgmap.t b/t/msgmap.t index a3b7200f1..124d3b103 100644 --- a/t/msgmap.t +++ b/t/msgmap.t @@ -1,8 +1,7 @@ -# Copyright (C) 2015-2021 all contributors +#!perl -w +# Copyright (C) all contributors # License: AGPL-3.0+ -use strict; -use warnings; -use Test::More; +use v5.12; use PublicInbox::TestCommon; require_mods('DBD::SQLite'); use_ok 'PublicInbox::Msgmap';