No sense in leaving strictness off here, and it's not affected
by the `unicode_strings' feature.
---
 lib/PublicInbox/LI2Wrap.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/PublicInbox/LI2Wrap.pm b/lib/PublicInbox/LI2Wrap.pm
index 204850a6..d4792b25 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 {

Reply via email to