mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
fixed config call
This commit is contained in:
@@ -31,8 +31,6 @@ use IPC::Open3; # unix et al use this
|
||||
use Test::More;
|
||||
use IO::Select;
|
||||
use FileHandle;
|
||||
#use Config::General qw(ParseConfig);
|
||||
#use Tie::IxHash;
|
||||
use Data::Dumper;
|
||||
|
||||
sub run3;
|
||||
@@ -46,7 +44,7 @@ if (! $config) {
|
||||
die "usage: $0 <config>\n";
|
||||
}
|
||||
|
||||
my %cfg = ParseConfig(-ConfigFile => $config,
|
||||
my %cfg = Config::General::ParseConfig(-ConfigFile => $config,
|
||||
-InterPolateVars => 1,
|
||||
-UseApacheInclude => 1,
|
||||
-Tie => "Tie::IxHash" );
|
||||
|
||||
Reference in New Issue
Block a user