X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=SCP.pm;h=19e5df3c5e3a4db50590cba9451c9a1de75f7985;hb=8533e83c88ca5df20f068ba2b4bf18962b7b6fdd;hp=64c4f94d99550a8a6d0d114bbfa0b56c10837b93;hpb=84da575ff65bada584f58a76a6145df3b15fea49;p=Net-SCP.git 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.