From e4247494eed34174d5d70674a5b2d6627dd01f3d Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Sat, 16 Nov 2013 13:29:54 +0100 Subject: [PATCH] . --- tests/unittests.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unittests.pl b/tests/unittests.pl index a053931..09f4e16 100755 --- a/tests/unittests.pl +++ b/tests/unittests.pl @@ -19,6 +19,8 @@ # # You can contact me by mail: . # +use lib qw(lib); + use Test::More; use IPC::Open3; use IO::Select;