Revision history for Perl extension LSF.
0.1 Mon Feb 18 12:10:31 2002
First release.
0.2 Wed Apr 03 10:03:25 2002
Second release. Includes LSF::JobManager
0.21 Thu Apr 04 10:40:57 2002
Simplified the test suite. A couple of things have been superceeded by the
addition of LSF::JobManager (and i still need to write a proper test suite)
0.3 Thu Apr 04 17:20:55
Now checks the version of LSF at startup. If it is version 4 then the
stdout/stderr of the bsub command is swapped. Required module System2 has
problems when called in a BEGIN block so i have switched to IPC::Run
0.4 Sun Apr 08 19:53:02
Errors can now be thrown via the RaiseError directive / class method.
The printing of the LSF command line stdout / stderr is separated out
and controlled by the PrintOutput and PrintError directives / class methods