]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/InboxIdle.pm
switch inotify/kevent stuff to v5.12
[public-inbox.git] / lib / PublicInbox / InboxIdle.pm
index 005e263612d409c7a794bcc2eed1e08a47ee793e..f0d8a972ed03226074bba2317180a8e9dcf6ffa5 100644 (file)
@@ -5,7 +5,7 @@
 # inot: Linux::Inotify2-like object
 # pathmap => { inboxdir => [ ibx, watch1, watch2, watch3... ] } mapping
 package PublicInbox::InboxIdle;
-use strict;
+use v5.12;
 use parent qw(PublicInbox::DS);
 use PublicInbox::Syscall qw(EPOLLIN);
 my $IN_MODIFY = 0x02; # match Linux inotify