]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Admin.pm
daemons: revamp periodic cleanup task
[public-inbox.git] / lib / PublicInbox / Admin.pm
index 20964f9cf7ac97dc7428c0a3cbee58d5e0050bb9..dcf17cf51d7ae26236e4ca9ddfc80b277d701dc2 100644 (file)
@@ -198,8 +198,7 @@ sub resolve_inboxes ($;$$) {
        $opt->{-eidx_ok} ? (\@ibxs, \@eidx) : @ibxs;
 }
 
-# TODO: make Devel::Peek optional, only used for daemon
-my @base_mod = qw(Devel::Peek);
+my @base_mod = ();
 my @over_mod = qw(DBD::SQLite DBI);
 my %mod_groups = (
        -index => [ @base_mod, @over_mod ],