commit | 3bf588bddfd6ffd419a589f42281379d3e84629a | [log] [tgz] |
---|---|---|
author | Eric Wong <e@80x24.org> | Fri Oct 25 03:19:57 2024 +0000 |
committer | Eric Wong <e@80x24.org> | Mon Oct 28 22:55:33 2024 +0000 |
tree | b604f8fc94632e3d253dfa16f1d2a150268f5d35 | |
parent | 554ff4d9c6c4bd62b8178c5dd3ca1dbf1c520ed3 [diff] |
learn: use Perl 5.12 No `unicode_strings' feature dependencies, here, so it's safe to get rid of the extra overhead required in loading strict.pm.
diff --git a/script/public-inbox-learn b/script/public-inbox-learn index 12a82de..b7f98dc 100755 --- a/script/public-inbox-learn +++ b/script/public-inbox-learn
@@ -20,7 +20,7 @@ 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;