about summary refs log tree commit homepage
path: root/lib/PublicInbox/Inbox.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/Inbox.pm')
-rw-r--r--lib/PublicInbox/Inbox.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Inbox.pm b/lib/PublicInbox/Inbox.pm
index ff800965..e834d565 100644
--- a/lib/PublicInbox/Inbox.pm
+++ b/lib/PublicInbox/Inbox.pm
@@ -52,7 +52,7 @@ sub cleanup_task () {
 sub cleanup_possible () {
         # no need to require DS, here, if it were enabled another
         # module would've require'd it, already
-        eval { $PublicInbox::DS::in_loop } or return 0;
+        eval { PublicInbox::DS::in_loop() } or return 0;
 
         eval {
                 require Devel::Peek; # needs separate package in Fedora