From 7831b76bd4161bee1552a563f9596e6c10cca48b Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Tue, 14 Apr 2015 20:50:51 +0200 Subject: [PATCH] dammit --- tests/unittests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unittests.pl b/tests/unittests.pl index 4a4dd92..275bee0 100755 --- a/tests/unittests.pl +++ b/tests/unittests.pl @@ -32,7 +32,7 @@ use Test::More; use IO::Select; use FileHandle; use Data::Dumper; -use Config::General; +use Config::General qw(ParseConfig); sub run3; sub execute;