The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for IPC-PerlSSH

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