From dfa6e4fe24480771281b473b7b6559187a0f2d3f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 10 Feb 2025 21:09:32 +0000 Subject: [PATCH] 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). --- lib/PublicInbox/Msgmap.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.47.3