summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'client/Scire/Job.pm')
-rw-r--r--client/Scire/Job.pm3
1 files changed, 0 insertions, 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;