about summary refs log tree commit homepage
path: root/lib/PublicInbox/InboxIdle.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-11-28 05:31:08 +0000
committerEric Wong <e@80x24.org>2022-11-28 23:38:53 +0000
commitb5b33840e91556da3ec94b5035f1690a44d013a7 (patch)
tree656c365ab82de65bd8187b7a1742e872aa43b4bd /lib/PublicInbox/InboxIdle.pm
parent561f4c8b55bf4eca569c10e1e996c96a0c77c3a9 (diff)
downloadpublic-inbox-b5b33840e91556da3ec94b5035f1690a44d013a7.tar.gz
Another tiny step towards an eventual startup time improvements
by avoiding strict.pm
Diffstat (limited to 'lib/PublicInbox/InboxIdle.pm')
-rw-r--r--lib/PublicInbox/InboxIdle.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/InboxIdle.pm b/lib/PublicInbox/InboxIdle.pm
index 005e2636..f0d8a972 100644
--- a/lib/PublicInbox/InboxIdle.pm
+++ b/lib/PublicInbox/InboxIdle.pm
@@ -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