From 6eec6a582aaad4828710e46162e9e5fc933e3a3e Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Sun, 6 Jan 2008 07:35:46 +0000 Subject: add stub for run() svn path=/branches/new-fu/; revision=332 --- client/Scire.pm | 5 +++++ 1 file changed, 5 insertions(+) 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); -- cgit v1.2.3-65-gdbad