about summary refs log tree commit homepage
path: root/scripts/import_vger_from_mbox
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2024-01-31 10:20:19 +0000
committerEric Wong <e@80x24.org>2024-02-01 21:00:16 +0000
commit11694c6d0bc3cdabf2bfeb9acc0f0a810ac1667f (patch)
treec1e418e4cd03666731946c40a27f081394e0ef53 /scripts/import_vger_from_mbox
parentc258f758b05449c83ac2765084a872c74eb51fc2 (diff)
downloadpublic-inbox-11694c6d0bc3cdabf2bfeb9acc0f0a810ac1667f.tar.gz
These scripts probably don't offer anything useful now that
lei has fleshed out read-only MH support and v2 outputs.
Diffstat (limited to 'scripts/import_vger_from_mbox')
-rw-r--r--scripts/import_vger_from_mbox6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/import_vger_from_mbox b/scripts/import_vger_from_mbox
index c33e42e4..40ccf50b 100644
--- a/scripts/import_vger_from_mbox
+++ b/scripts/import_vger_from_mbox
@@ -1,8 +1,8 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2016-2021 all contributors <meta@public-inbox.org>
+# Copyright (C) all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
-use strict;
-use warnings;
+# consider `lei convert' instead since it handles more formats
+use v5.12;
 use Getopt::Long qw/:config gnu_getopt no_ignore_case auto_abbrev/;
 use PublicInbox::InboxWritable;
 my $usage = "usage: $0 NAME EMAIL DIR <MBOX\n";