]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
learn: use Perl 5.12
authorEric Wong <e@80x24.org>
Fri, 25 Oct 2024 03:19:57 +0000 (03:19 +0000)
committerEric Wong <e@80x24.org>
Mon, 28 Oct 2024 22:55:33 +0000 (22:55 +0000)
No `unicode_strings' feature dependencies, here, so it's safe to
get rid of the extra overhead required in loading strict.pm.

script/public-inbox-learn

index 12a82de99e7de415404ffa326ac6188fe393d6ad..b7f98dcc96fa64300f7f3fcfce576be5142e9fb0 100755 (executable)
@@ -20,7 +20,7 @@ options:
 
 See public-inbox-learn(1) man page for full documentation.
 EOF
-use strict;
+use v5.12;
 use PublicInbox::Config;
 use PublicInbox::InboxWritable;
 use PublicInbox::Eml;