X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=lib%2FPublicInbox%2FEmergency.pm;h=8c0cc18425b4c65aff680dbbd51e05b3bf90aa3a;hb=55b707d788ce13696e4411389583e720ea6dab01;hp=5ce75a797d6b6bc266f4a37edd4a626af61d5317;hpb=9bd675d33ad1e49bd2ebe12a1d216216e61380de;p=public-inbox.git diff --git a/lib/PublicInbox/Emergency.pm b/lib/PublicInbox/Emergency.pm index 5ce75a79..8c0cc184 100644 --- a/lib/PublicInbox/Emergency.pm +++ b/lib/PublicInbox/Emergency.pm @@ -7,7 +7,7 @@ use strict; use warnings; use Fcntl qw(:DEFAULT SEEK_SET); use Sys::Hostname qw(hostname); -use IO::Handle; +use IO::Handle; # ->flush, ->autoflush sub new { my ($class, $dir) = @_;