0.09
[Net-SSH.git] / SSH.pm
diff --git a/SSH.pm b/SSH.pm
index 3ac404c..de75801 100644 (file)
--- 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.