summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes2
-rw-r--r--SSH.pm6
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
<tbone@directsynergy.com>
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 <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.