diff options
author | Andrew Gaffney <agaffney@gentoo.org> | 2008-01-06 07:35:46 +0000 |
---|---|---|
committer | Andrew Gaffney <agaffney@gentoo.org> | 2008-01-06 07:35:46 +0000 |
commit | 6eec6a582aaad4828710e46162e9e5fc933e3a3e (patch) | |
tree | 5c9dd37aaa74659c3539e44489d068d18cfb57ff | |
parent | condense check_job_dir() with a loop (diff) | |
download | scire-6eec6a582aaad4828710e46162e9e5fc933e3a3e.tar.gz scire-6eec6a582aaad4828710e46162e9e5fc933e3a3e.tar.bz2 scire-6eec6a582aaad4828710e46162e9e5fc933e3a3e.zip |
add stub for run()
svn path=/branches/new-fu/; revision=332
-rw-r--r-- | client/Scire.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/Scire.pm b/client/Scire.pm index 2275a87..455c8b1 100644 --- a/client/Scire.pm +++ b/client/Scire.pm @@ -33,6 +33,11 @@ sub load_jobfile { } } +sub run { + my ($self, $outfile, $errfile) = @_; + +} + package Scire::Communicator; use IPC::Open2 (open2); |