]> Sergey Matveev's repositories - public-inbox.git/blobdiff - xt/eml_check_limits.t
tests: add "use strict" and declare v5.10.1 compatibility
[public-inbox.git] / xt / eml_check_limits.t
index cf780c77babaac401b72b6a38eb4925a1bc660c2..9f821946111456b736458480b6d15e309e5277d3 100644 (file)
@@ -1,6 +1,8 @@
 #!perl -w
 # Copyright (C) 2020 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
+use strict;
+use v5.10.1;
 use Test::More;
 use PublicInbox::TestCommon;
 use PublicInbox::Eml;