Revision history for Perl extension App-RemoteCommand
0.98 2018-03-24 08:58:35 JST
- Set timeout => 6 together with ConnectTimeout=5;
This prevents from leaving proxy ssh processes.
0.97 2018-02-09 08:45:02 JST
- Refactor (#4)
- Minimum perl version 5.8.5 -> 5.8.4
0.96 2017-09-19 19:28:45 JST
- Fix how to handle failures in connecting
0.95 2017-09-13 22:47:21 JST
- Fix file permission
0.94 2017-09-11 21:25:18 JST
- Close pipes more properly
0.93 2017-09-10 17:47:30 JST
- Improve internal event-loop
0.92 2017-09-07 03:41:18 JST
- Improve handling of "No route to host" and "Could not resolve hostname"
0.91 2017-09-07 01:49:45 JST
- Create Net::OpenSSH instances first, and wait them by wait_for_master()
0.90 2017-09-03 01:00:41 JST
- Full rewrite; use our own event-loop
0.04 2017-05-05 13:04:47 JST
- add screencast
- switch to Module::Build::Tiny
- improve prompt function
0.03 2016-11-21 23:00:40 JST
- remove IO::Prompt dependency
0.02 2015-10-14 01:45:07 JST
- simplify signal handling; only handle INT signal
- able to specify script args
- introduce --sudo=USER, --quiet options
- deprecate --user, --identity options
0.01 2015-01-04T16:11:15Z
- original version