diff options
author | ivan <ivan> | 2008-05-14 18:43:08 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-05-14 18:43:08 +0000 |
commit | e56c85caa6e8f8158360c4e3e94b6e2fb9a124e6 (patch) | |
tree | 00667494b5c7a701bef94ef58080bf977bd1734f | |
parent | 0798f662ba9aa6213688be0e49d2367af9c9fa09 (diff) |
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | SSH.pm | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -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 <tbone@directsynergy.com> @@ -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 <japh@in-ta.net> 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. |