From: Eric Wong Date: Mon, 10 Feb 2025 21:09:32 +0000 (+0000) Subject: msgmap: use v5.12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfa6e4fe24480771281b473b7b6559187a0f2d3f;p=thirdparty%2Fpublic-inbox.git msgmap: use v5.12 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). --- diff --git a/lib/PublicInbox/Msgmap.pm b/lib/PublicInbox/Msgmap.pm index 3101fd7dc..71415febc 100644 --- a/lib/PublicInbox/Msgmap.pm +++ b/lib/PublicInbox/Msgmap.pm @@ -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);