3.0: minor update

This commit is contained in:
Jordi Sanfeliu 2012-11-14 18:44:07 +01:00
parent 5693be0585
commit f3fceffb0c
1 changed files with 2 additions and 2 deletions

View File

@ -429,8 +429,8 @@ if(!stat($options{c})) {
# load configuration file
my $conf = new Config::General(
-ConfigFile => $options{c},
);
-ConfigFile => $options{c},
);
%config = $conf->getall;
$config{debug} = ();
$config{func_update} = ();