Revision history for Test::SFTP
0.04 08.02.09
- in t/02-failure.t: initialized $ENV{'HOME'} as empty (windows)
- in t/03-successful.t: skipping if getpwuid doesn't work (windows)
0.03 20.01.08
- in t/01-timeout.t: finally fixed eval for Test::Timer
- in t/03-successful.t: finally fixed eval for File::Util
- in t/03-successful.t: changed no. of skipped tests in first SKIP to 14
- in t/03-successful.t: removed File::Util from the top "use" group
- added "use warnings" (even though we're already using Moose) to gain more Kwalitee.
- added to dist_abstract to Build.PL
0.02 18.01.08
- 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{}
0.01 07.01.08
First version. I couldn't be prouder.