]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
t/msgmap: updates for Perl 5.12+ and copyrights
authorEric Wong <e@80x24.org>
Fri, 26 Jul 2024 21:31:08 +0000 (21:31 +0000)
committerEric Wong <e@80x24.org>
Tue, 30 Jul 2024 23:26:20 +0000 (23:26 +0000)
Test::More is redundant with TestCommon, and nothing here
conflicts with the unicode_strings feature in Perl v5.12.

t/msgmap.t

index a3b7200f16a566c39041f586c9fc9f97b665de3e..124d3b103cdc981b88a2af0076573dddc1d47af4 100644 (file)
@@ -1,8 +1,7 @@
-# Copyright (C) 2015-2021 all contributors <meta@public-inbox.org>
+#!perl -w
+# Copyright (C) all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
-use strict;
-use warnings;
-use Test::More;
+use v5.12;
 use PublicInbox::TestCommon;
 require_mods('DBD::SQLite');
 use_ok 'PublicInbox::Msgmap';