summaryrefslogtreecommitdiff
path: root/SCP.pm
diff options
context:
space:
mode:
Diffstat (limited to 'SCP.pm')
-rw-r--r--SCP.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/SCP.pm b/SCP.pm
index 64c4f94..19e5df3 100644
--- a/SCP.pm
+++ b/SCP.pm
@@ -12,7 +12,7 @@ use IPC::Open3;
@ISA = qw(Exporter);
@EXPORT_OK = qw( scp iscp );
-$VERSION = '0.08';
+$VERSION = '0.09';
$scp = "scp";
@@ -375,7 +375,7 @@ world writeable.
=head1 AUTHORS
Could really use a maintainer with enough time to at least review and apply
-patches more patches. Or the module should just be deprecated in favor of
+more patches. Or the module should just be deprecated in favor of
Net::SFTP::Expect or Net::SFTP::Foreign and made into a simple compatiblity
wrapper.