diff options
author | Robin Barker <RMBarker@cpan.org> | 2002-02-25 11:35:06 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-02-25 10:39:40 +0000 |
commit | 510179aa6f5aa7ad3c9e95a67b4958c9aa11a67f (patch) | |
tree | b1455f602c156cced274a057529ed2ee4d94234e /lib/Net | |
parent | 27e286305709fd65c0552ee5c80cd788a8114b0e (diff) | |
download | perl-510179aa6f5aa7ad3c9e95a67b4958c9aa11a67f.tar.gz |
Subject: [PATCH Cwd.pm] cut-n-paste error?
Date: Mon, 25 Feb 2002 11:35:06 GMT
Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
Subject: [PATCH Net/Cmd.pm]
From: Robin Barker <rmb1@cise.npl.co.uk>
Date: Mon, 25 Feb 2002 11:37:06 GMT
Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
p4raw-id: //depot/perl@14862
Diffstat (limited to 'lib/Net')
-rw-r--r-- | lib/Net/Cmd.pm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/Net/Cmd.pm b/lib/Net/Cmd.pm index 40510e5651..b9d0208506 100644 --- a/lib/Net/Cmd.pm +++ b/lib/Net/Cmd.pm @@ -509,10 +509,8 @@ Set the level of debug information for this object. If C<VALUE> is not given then the current state is returned. Otherwise the state is changed to C<VALUE> and the previous state returned. -Set the level of debug information for this object. If no argument is -given then the current state is returned. Otherwise the state is -changed to C<$value>and the previous state returned. Different packages -may implement different levels of debug but, a non-zero value result in +Different packages +may implement different levels of debug but a non-zero value results in copies of all commands and responses also being sent to STDERR. If C<VALUE> is C<undef> then the debug level will be set to the default @@ -626,7 +624,7 @@ Returns a reference to a list containing the lines, or I<undef> upon failure. =head1 EXPORTS C<Net::Cmd> exports six subroutines, five of these, C<CMD_INFO>, C<CMD_OK>, -C<CMD_MORE>, C<CMD_REJECT> and C<CMD_ERROR> ,correspond to possible results +C<CMD_MORE>, C<CMD_REJECT> and C<CMD_ERROR>, correspond to possible results of C<response> and C<status>. The sixth is C<CMD_PENDING>. =head1 AUTHOR |