diff options
-rwxr-xr-x | draklive | 2 | ||||
-rw-r--r-- | lib/MDV/Draklive/Utils.pm | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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); |