diff options
-rw-r--r-- | Changes | 4 | ||||
-rw-r--r-- | SSH.pm | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ Revision history for Perl extension Net::SSH. +0.03 Wec Oct 24 03:49:06 2001 + - current OpenSSH wants s/ /=/ in -o options + - more documentation updates + 0.02 Sat Nov 25 22:44:21 2000 - documentation updates @@ -8,7 +8,7 @@ use IPC::Open3; @ISA = qw(Exporter); @EXPORT_OK = qw( ssh issh sshopen2 sshopen3 ); -$VERSION = '0.02'; +$VERSION = '0.03'; $DEBUG = 0; |