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 --- draklive | 2 -- lib/MDV/Draklive/Utils.pm | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/draklive b/draklive index 90c90db..ffb44dd 100755 --- a/draklive +++ b/draklive @@ -33,8 +33,6 @@ use Cwd 'getcwd'; use Getopt::Long; use Pod::Usage; use File::Temp; -use IPC::Open3; -use IO::Select; use IO::Handle; use MDV::Draklive::Utils; use MDV::Draklive::Live; 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