From: Eric Wong Date: Thu, 13 Jul 2023 09:48:49 +0000 (+0000) Subject: li2wrap: use Perl v5.12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fae9f1f5431aa73655f4f6655e4ef628dcc919d3;p=thirdparty%2Fpublic-inbox.git li2wrap: use Perl v5.12 No sense in leaving strictness off here, and it's not affected by the `unicode_strings' feature. --- diff --git a/lib/PublicInbox/LI2Wrap.pm b/lib/PublicInbox/LI2Wrap.pm index 204850a60..d4792b251 100644 --- a/lib/PublicInbox/LI2Wrap.pm +++ b/lib/PublicInbox/LI2Wrap.pm @@ -5,7 +5,7 @@ # Remove this when supported LTS/enterprise distros are all # Linux::Inotify2 >= 2.3 package PublicInbox::LI2Wrap; -use v5.10.1; +use v5.12; our @ISA = qw(Linux::Inotify2); sub wrapclose {