diff options
author | ivan <ivan> | 2007-12-25 00:40:04 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-12-25 00:40:04 +0000 |
commit | 430cadea483cd2266614e8a13238d0f9e0edc8f2 (patch) | |
tree | 51378d9a75219d001c43345717cb71748c57aced | |
parent | 8533e83c88ca5df20f068ba2b4bf18962b7b6fdd (diff) |
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | README | 14 | ||||
-rw-r--r-- | SCP.pm | 11 |
3 files changed, 14 insertions, 13 deletions
@@ -1,7 +1,7 @@ Revision history for Perl extension Net::SCP. 0.09 unreleased (will it ever?) - - minor documentation update + - minor documentation updates 0.08 Fri Oct 26 16:23:30 PDT 2007 - Fix mkdir error message and extraneous warning, patch from Ofer Nave @@ -1,13 +1,13 @@ Net::SCP Copyright (c) 2000 Ivan Kohler. -Copyright (c) 2000 Silicon Interactive Software Design. -Copyright (c) 2000 Freeside Internet Services, LLC +Copyright (c) 2007 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. -This module implements a Perl interface to scp. +This module implements a Perl interface to scp. It is a simple wrapper around +the system `scp' command. To install: perl Makefile.PL @@ -25,10 +25,10 @@ Anonymous CVS access is available: $ cvs checkout Net-SCP as well as <http://www.420.am/cgi-bin/cvsweb/Net-SCP>. -A mailing list for users and developers is available. Send a blank message to -<ivan-netssh-subscribe@420.am> to subscribe. +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 if you are interested in helping. Ivan Kohler <ivan-netscp_readme@420.am> -$Id: README,v 1.4 2002-04-13 22:18:00 ivan Exp $ - @@ -374,13 +374,14 @@ world writeable. =head1 AUTHORS -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. - Ivan Kohler <ivan-netscp_pod@420.am> +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 <bishop@projectmagnus.org> Thanks to Jon Gunnip <jon@soundbite.com> for fixing a bug with size(). |