From 72cbd442a2faf587a13c2395ed0e720763900cef Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 28 Oct 2008 23:44:54 +0000 Subject: move IPC and IO use where appropriate --- lib/MDV/Draklive/Utils.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/MDV/Draklive/Utils.pm') diff --git a/lib/MDV/Draklive/Utils.pm b/lib/MDV/Draklive/Utils.pm index f1453fe..d1b98e3 100644 --- a/lib/MDV/Draklive/Utils.pm +++ b/lib/MDV/Draklive/Utils.pm @@ -2,6 +2,8 @@ package MDV::Draklive::Utils; use MDK::Common; use run_program; +use IPC::Open3; +use IO::Select; use Exporter; our @ISA = qw(Exporter); -- cgit v1.2.1