]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
li2wrap: use Perl v5.12
authorEric Wong <e@80x24.org>
Thu, 13 Jul 2023 09:48:49 +0000 (09:48 +0000)
committerEric Wong <e@80x24.org>
Thu, 13 Jul 2023 20:21:05 +0000 (20:21 +0000)
No sense in leaving strictness off here, and it's not affected
by the `unicode_strings' feature.

lib/PublicInbox/LI2Wrap.pm

index 204850a60fba54ab06b850619dca73e31b084e4e..d4792b2518475e4ae21a868f773668fbdb61cd97 100644 (file)
@@ -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 {