diff options
author | Andrew Gaffney <agaffney@gentoo.org> | 2008-01-06 17:32:33 +0000 |
---|---|---|
committer | Andrew Gaffney <agaffney@gentoo.org> | 2008-01-06 17:32:33 +0000 |
commit | d8dd84b9e57bb003476433ec5a8d7e8df8c8c319 (patch) | |
tree | 0f91df42bf2840dbd1c2c78f30464c2c593dd535 | |
parent | move Scire.pm to Scire/Job.pm and fix scireclient.pm to use the new paths (diff) | |
download | scire-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.pm | 3 |
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; |