From 4a667582d78378f5267d124e75f7aecda898e37f Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Tue, 14 Apr 2015 20:19:14 +0200 Subject: [PATCH] fixed config call --- tests/unittests.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/unittests.pl b/tests/unittests.pl index 106192d..84a9d7f 100755 --- a/tests/unittests.pl +++ b/tests/unittests.pl @@ -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 \n"; } -my %cfg = ParseConfig(-ConfigFile => $config, +my %cfg = Config::General::ParseConfig(-ConfigFile => $config, -InterPolateVars => 1, -UseApacheInclude => 1, -Tie => "Tie::IxHash" );