]> Sergey Matveev's repositories - public-inbox.git/blobdiff - script/public-inbox-convert
treewide: "require" + "use" cleanup and docs
[public-inbox.git] / script / public-inbox-convert
index 9bee5e7a323b437eaa0c6077458879a0b2464301..633c4cf8d9906e9b760e5feba1a24b0d9d66be49 100755 (executable)
@@ -4,11 +4,9 @@
 use strict;
 use warnings;
 use Getopt::Long qw(:config gnu_getopt no_ignore_case auto_abbrev);
-use PublicInbox::MIME;
 use PublicInbox::InboxWritable;
 use PublicInbox::Config;
 use PublicInbox::V2Writable;
-use PublicInbox::Import;
 use PublicInbox::Spawn qw(spawn);
 use Cwd 'abs_path';
 use File::Copy 'cp'; # preserves permissions: