Revision history for IPC-PerlSSH 0.13 BUGFIXES: * Avoid fchmod/fchown on perls before 5.8.8 0.12 BUGFIXES: * Handle SIGPIPE in Run::system_inout, handle exec() failures * Always load library initialisation, even with partial load lists * Fix tests/libraries to work on perl versions prior to 5.10 - package variables need re-declaring 0.11 CHANGES: * Added 'use warnings' * Created Run and IO libraries * Apply 'package' statements to remote stored code and libraries; allow libaries to persist package variables * Report the offending line of code in remote compile errors * Various other code and documentation updates 0.10 CHANGES: * Documentation fix to Library::FS::writefile() * Neater behaviour in Base.pm for subclasses when parse_message() fails 0.09 CHANGES: * Neater cleanup behaviour on unref * Added 'rename' FS library function 0.08 CHANGES: * Added Changes notes file * Added ->use_library() functionallity * Created FS library * Allow alternate path to SSH binary