]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/MboxGz.pm
treewide: "require" + "use" cleanup and docs
[public-inbox.git] / lib / PublicInbox / MboxGz.pm
index 2b873451e585945f8939df08eaabd47cc02030db..08e3c8464c4fb800fc075cd145d92ec16820a39e 100644 (file)
@@ -6,7 +6,6 @@ use warnings;
 use Email::Simple;
 use PublicInbox::Hval qw/to_filename/;
 use PublicInbox::Mbox;
-use IO::Compress::Gzip;
 use Compress::Raw::Zlib qw(Z_FINISH Z_OK);
 my %OPT = (-WindowBits => 15 + 16, -AppendOutput => 1);