]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
msgmap: use v5.12
authorEric Wong <e@80x24.org>
Mon, 10 Feb 2025 21:09:32 +0000 (21:09 +0000)
committerEric Wong <e@80x24.org>
Tue, 11 Feb 2025 19:08:12 +0000 (19:08 +0000)
No unicode_string dependencies, here, so we can use v5.12 and
perhaps to speed up loading one day if everything drops `strict'
in favor of v5.12 (or higher).

lib/PublicInbox/Msgmap.pm

index 3101fd7dc86c75d99a4b080717953ef832eba71f..71415febca674a204af6ec19cecfbc0d6418f834 100644 (file)
@@ -8,8 +8,7 @@
 #
 # This is maintained by ::SearchIdx (v1) and ::V2Writable (v2)
 package PublicInbox::Msgmap;
-use strict;
-use v5.10.1;
+use v5.12;
 use DBI;
 use DBD::SQLite;
 use DBD::SQLite::Constants qw(SQLITE_CONSTRAINT);