summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2008-01-06 17:32:33 +0000
committerAndrew Gaffney <agaffney@gentoo.org>2008-01-06 17:32:33 +0000
commitd8dd84b9e57bb003476433ec5a8d7e8df8c8c319 (patch)
tree0f91df42bf2840dbd1c2c78f30464c2c593dd535
parentmove Scire.pm to Scire/Job.pm and fix scireclient.pm to use the new paths (diff)
downloadscire-d8dd84b9e57bb003476433ec5a8d7e8df8c8c319.tar.gz
scire-d8dd84b9e57bb003476433ec5a8d7e8df8c8c319.tar.bz2
scire-d8dd84b9e57bb003476433ec5a8d7e8df8c8c319.zip
remove unneeded module
svn path=/branches/new-fu/; revision=336
-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;