From 6b071c721412bc1c8e3fae7d85b22bd5f87ca9fb Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 24 Nov 2019 00:22:22 +0000 Subject: tests: use strict everywhere The "strict" pragma makes code easier to debug, and we had undeclared variables as a result in t/watch_maildir_v2.t. So use it everywhere to be consistent with the rest of our code. --- t/mid.t | 1 + 1 file changed, 1 insertion(+) (limited to 't/mid.t') diff --git a/t/mid.t b/t/mid.t index 98b0c200..ecac04de 100644 --- a/t/mid.t +++ b/t/mid.t @@ -1,5 +1,6 @@ # Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ +use strict; use Test::More; use PublicInbox::MID qw(mid_escape mids references mids_for_index); -- cgit v1.2.3-24-ge0c7