]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/hl_mod.t
t/hl_mod: document IO::Handle for autoflush
[public-inbox.git] / t / hl_mod.t
index 4942404c9e1b22a3b4ee50e6763d0887aeb441c1..351dfe225c12204ae4e36bb6478ab94d1e7e688d 100644 (file)
@@ -5,6 +5,7 @@ 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";