summaryrefslogtreecommitdiff
path: root/SSH.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-02-16 18:26:31 +0000
committerivan <ivan>2002-02-16 18:26:31 +0000
commit046958654dfbfcd4a422a0fdb19d30e0a7600ead (patch)
treef07bfc830a8badbc792ca63ddff775c5ea14efe1 /SSH.pm
parent3d603ad9e608f1105fd6bffea50f54dbba260163 (diff)
eek
Diffstat (limited to 'SSH.pm')
-rw-r--r--SSH.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/SSH.pm b/SSH.pm
index 609c837..1959994 100644
--- a/SSH.pm
+++ b/SSH.pm
@@ -9,7 +9,7 @@ use IPC::Open3;
@ISA = qw(Exporter);
@EXPORT_OK = qw( ssh issh ssh_cmd sshopen2 sshopen3 );
-$VERSION = '0.04';
+$VERSION = '0.05';
$DEBUG = 0;
@@ -170,7 +170,7 @@ Ivan Kohler <ivan-netssh_pod@420.am>
John Harrison <japh@in-ta.net> contributed an example for the documentation.
Martin Langhoff <martin@cwa.co.nz> contributed the ssh_cmd command, and
-Jeff Finucane <jeff.cmh.net> updated it and took care of the 0.04 release.
+Jeff Finucane <jeff@cmh.net> updated it and took care of the 0.04 release.
=head1 COPYRIGHT