On Tue 2011.10.04 at 19:35 -0500, Abel Abraham Camarillo Ojeda wrote: > Net::OpenSSH is a secure shell client package implemented on top of > OpenSSH binary client (ssh). > > A hell lot easier to use than other Net::SSH* modules... > > tgz attached.
Hi - I've been using my own port of Net::OpenSSH for a while, but I wondering why you choose to include IO::Pty and Net::SFTP::Foreign, but not the other potential depends, such as rsync and expect. In my port, I have no dependencies, for simplity only. Just like the potential rsync dependency, each of these are not hard dependencies, but rather optional dependencies. Thoughts? Cheers, Okan
