From e56c85caa6e8f8158360c4e3e94b6e2fb9a124e6 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 14 May 2008 18:43:08 +0000 Subject: [PATCH] 0.09 --- Changes | 2 +- SSH.pm | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index c2ef88c..7ee85c9 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Net::SSH. -0.09 unreleased +0.09 Wed May 14 11:42:46 PDT 2008 - Add links to the more current stuff on CPAN. - Documentation patch about ssh-keygen from terrence brannon 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. -- 2.11.0