]> Sergey Matveev's repositories - public-inbox.git/commitdiff
import_vger_from_mbox: drop redundant "use" statements
authorEric Wong <e@yhbt.net>
Mon, 24 Feb 2020 00:17:23 +0000 (18:17 -0600)
committerEric Wong <e@yhbt.net>
Mon, 24 Feb 2020 18:30:04 +0000 (18:30 +0000)
PublicInbox::InboxWritable takes care of those imports.

scripts/import_vger_from_mbox

index 0e5ba6b47b73fc0994f99f1dab6669329d74cd28..b3aceb6becca87c4ead65287279cd0298254f32b 100644 (file)
@@ -4,10 +4,7 @@
 use strict;
 use warnings;
 use Getopt::Long qw/:config gnu_getopt no_ignore_case auto_abbrev/;
-use PublicInbox::MIME;
 use PublicInbox::InboxWritable;
-use PublicInbox::Import;
-use PublicInbox::MDA;
 my $usage = "usage: $0 NAME EMAIL DIR <MBOX\n";
 my $dry_run;
 my $version = 2;