From e56c85caa6e8f8158360c4e3e94b6e2fb9a124e6 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 14 May 2008 18:43:08 +0000 Subject: 0.09 --- SSH.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'SSH.pm') diff --git a/SSH.pm b/SSH.pm index 3ac404c..de75801 100644 --- a/SSH.pm +++ b/SSH.pm @@ -11,7 +11,7 @@ use IPC::Open3; @ISA = qw(Exporter); @EXPORT_OK = qw( ssh issh ssh_cmd sshopen2 sshopen3 ); -$VERSION = '0.08'; +$VERSION = '0.09'; $DEBUG = 0; @@ -293,7 +293,7 @@ Assistance wanted - this module could really use a maintainer with enough time to at least review and apply more patches. Or the module should just be deprecated in favor of Net::SSH::Expect or made into an ::Any style compatibility wrapper that uses whatver implementation is avaialble -(Net::SSH2, Net::SSH::Perl or shelling out like the modules does now). Please +(Net::SSH2, Net::SSH::Perl or shelling out like the module does now). Please email Ivan if you are interested in helping. John Harrison contributed an example for the documentation. @@ -310,7 +310,7 @@ the GENERATING AND USING SSH KEYS section. =head1 COPYRIGHT Copyright (c) 2004 Ivan Kohler. -Copyright (c) 2007 Freeside Internet Services, Inc. +Copyright (c) 2007-2008 Freeside Internet Services, Inc. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -- cgit v1.2.1