From d8dd84b9e57bb003476433ec5a8d7e8df8c8c319 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Sun, 6 Jan 2008 17:32:33 +0000 Subject: remove unneeded module svn path=/branches/new-fu/; revision=336 --- client/Scire/Job.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/Scire/Job.pm b/client/Scire/Job.pm index 7319529..25d9ce8 100644 --- a/client/Scire/Job.pm +++ b/client/Scire/Job.pm @@ -1,7 +1,6 @@ package Scire::Job; use POSIX qw/WEXITSTATUS WIFEXITED waitpid/; -use IPC::Open3 (open3); sub new { my $proto = shift; @@ -82,6 +81,4 @@ sub run { } } - - 1; -- cgit v1.2.3-65-gdbad