]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/hl_mod.t
treewide: run update-copyrights from gnulib for 2019
[public-inbox.git] / t / hl_mod.t
index 4942404c9e1b22a3b4ee50e6763d0887aeb441c1..a4ef4a284dda689f7c06330147037633b6c513c0 100644 (file)
@@ -1,10 +1,11 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2019 all contributors <meta@public-inbox.org>
+# Copyright (C) 2019-2020 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 PublicInbox::Spawn qw(which spawn);
+use IO::Handle; # ->autoflush
 use Fcntl qw(:seek);
 eval { require highlight } or
        plan skip_all => "failed to load highlight.pm for $0";