about summary refs log tree commit homepage
path: root/t/watch_maildir.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-11-24 00:22:22 +0000
committerEric Wong <e@80x24.org>2019-11-24 21:33:28 +0000
commit6b071c721412bc1c8e3fae7d85b22bd5f87ca9fb (patch)
treec1463dc1590059805768d5b59d35b06ec5cd5756 /t/watch_maildir.t
parent9bd294a216c0cd2fd013afd6ff047848d35d76aa (diff)
downloadpublic-inbox-6b071c721412bc1c8e3fae7d85b22bd5f87ca9fb.tar.gz
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.
Diffstat (limited to 't/watch_maildir.t')
-rw-r--r--t/watch_maildir.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/watch_maildir.t b/t/watch_maildir.t
index e6cd599c..41d50329 100644
--- a/t/watch_maildir.t
+++ b/t/watch_maildir.t
@@ -1,5 +1,6 @@
 # Copyright (C) 2016-2019 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
+use strict;
 use Test::More;
 use File::Temp qw/tempdir/;
 use Email::MIME;