summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2007-11-01 00:47:46 +0000
committerivan <ivan>2007-11-01 00:47:46 +0000
commit8533e83c88ca5df20f068ba2b4bf18962b7b6fdd (patch)
treef0fb4ff553a2439e1b05411002a0705573d983bf
parent84da575ff65bada584f58a76a6145df3b15fea49 (diff)
minor doc update
-rw-r--r--Changes3
-rw-r--r--SCP.pm4
2 files changed, 5 insertions, 2 deletions
diff --git a/Changes b/Changes
index b26a437..79986fc 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension Net::SCP.
+0.09 unreleased (will it ever?)
+ - minor documentation update
+
0.08 Fri Oct 26 16:23:30 PDT 2007
- Fix mkdir error message and extraneous warning, patch from Ofer Nave
<onave@bizrate.com>, thanks!
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.