Add missing File::stat module in indexer script

This commit is contained in:
Daniel Berteaud 2013-10-09 09:19:35 +02:00
parent d79ee7acb9
commit bc5240af4f
1 changed files with 1 additions and 0 deletions

View File

@ -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";