Changes for version 0.02
- Rewrote large parts of the POD.
- Uses better types with Moose ('Bool', 'Object')
- Added timeout attribute.
- Added timeout option for Net::SFTP connection.
- Added testing for timeout attribute using Test::Timer
- Checking attributes in connect() to avoid uninitialized variables
- Put timeout attribute as optionally tested if Test::Timer exists
- Time::Timer marked as recommended in Build.PL
- The tests that use File::Util are now optionally skipped if it doesn't exist
- Added File::Util to recommends
- Separated all the dangerous tests from the the others, changed the ENV
- Some tested were improved, using eval{}
Modules
An object to help test Net::SFTP