diff options
author | ivan <ivan> | 2001-10-24 10:50:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-10-24 10:50:56 +0000 |
commit | 5b812a98d4af1ab2d35c957d5a2d4c121fd8486e (patch) | |
tree | 3a7465904e818858770bdf1513e3dc328744edc4 | |
parent | 0a51d5a2156eddc70985d13351f2902124d09f10 (diff) |
0.03NET_SSH_0_03
-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; |