From bc5240af4fc67897cb3cdacac12d5ddc9b0a399a Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 9 Oct 2013 09:19:35 +0200 Subject: [PATCH] Add missing File::stat module in indexer script --- root/etc/cron.daily/ajaxplorer-indexer | 1 + 1 file changed, 1 insertion(+) diff --git a/root/etc/cron.daily/ajaxplorer-indexer b/root/etc/cron.daily/ajaxplorer-indexer index 21cbe51..f7c68bb 100644 --- a/root/etc/cron.daily/ajaxplorer-indexer +++ b/root/etc/cron.daily/ajaxplorer-indexer @@ -3,6 +3,7 @@ use strict; use esmith::ConfigDB; use esmith::AccountsDB; +use File::stat; my $c = esmith::ConfigDB->open_ro || die "Couldn't open ConfigDB\n"; my $a = esmith::AccountsDB->open_ro || die "Couldn't open AccountsDB\n";