X-Git-Url: http://git.freeside.biz/gitweb/?p=Net-SCP.git;a=blobdiff_plain;f=SCP.pm;h=2eca5dee532a105a3dfaa19ad6f0438cc5abd2f8;hp=ce64d1e1439fda04ba0f933490e30b97c8a052f0;hb=HEAD;hpb=fc1571c06733c4579e623ea420af3e6c2860e56e diff --git a/SCP.pm b/SCP.pm index ce64d1e..2eca5de 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"; @@ -374,12 +374,14 @@ world writeable. =head1 AUTHORS -Could really use a maintainer with enough time to at least review and apply -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. - Ivan Kohler +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::SFTP::Expect or Net::SFTP::Foreign and made into a +simple compatiblity wrapper. Please email Ivan if you are interested in +helping. + Major updates Anthony Deaver Thanks to Jon Gunnip for fixing a bug with size().