X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fhl_mod.t;h=a4ef4a284dda689f7c06330147037633b6c513c0;hb=d7fda3f4b9d4c9e6d01c818f09905d6827fa693f;hp=4942404c9e1b22a3b4ee50e6763d0887aeb441c1;hpb=1709921529d4024e241ec64b86a5d408333f667e;p=public-inbox.git diff --git a/t/hl_mod.t b/t/hl_mod.t index 4942404c..a4ef4a28 100644 --- a/t/hl_mod.t +++ b/t/hl_mod.t @@ -1,10 +1,11 @@ #!/usr/bin/perl -w -# Copyright (C) 2019 all contributors +# Copyright (C) 2019-2020 all contributors # License: AGPL-3.0+ 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";