Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: rkitover/net-ssh2

Tags

v0.72

Toggle v0.72's commit message
Prepare for release 0.72

v0.71

Toggle v0.71's commit message

Verified

This tag was signed with the committer’s verified signature.
rkitover Rafael Kitover
0.71

v0.70

Toggle v0.70's commit message
Prepare for release 0.70

v0.69

Toggle v0.69's commit message
Fix META.yml generation; prepare for release 0.69

v0.68

Toggle v0.68's commit message
Prepare for release 0.68

v0.67

Toggle v0.67's commit message
prepare for release 0.67

v0.66

Toggle v0.66's commit message
Warn about readline being called in non-blocking mode

Calling Net::SSH2::Channel::readline in non-blocking mode is a common
error in user code. Present in several code snippets and samples
available from the Internet in sites like Perlmonks if has become a
cargo-cult issue.

People also uses it when talking to a remote shell in order to read
the output from some command before sending a new one. A method that
works most of the time but that we should disregard as it is completely
unreliable.

This patch just makes the module emit a warning when such situation is
detected.

v0.65

Toggle v0.65's commit message
prepare for release 0.65

v0.64

Toggle v0.64's commit message
prepare for release 0.64

v0.63

Toggle v0.63's commit message
Add date for latest release