From: Robin Barker Date: Mon, 25 Feb 2002 11:35:06 +0000 (+0000) Subject: Subject: [PATCH Cwd.pm] cut-n-paste error? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=510179aa6f5aa7ad3c9e95a67b4958c9aa11a67f;p=p5sagit%2Fp5-mst-13.2.git 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 Date: Mon, 25 Feb 2002 11:37:06 GMT Message-Id: <200202251137.LAA00579@tempest.npl.co.uk> p4raw-id: //depot/perl@14862 --- diff --git a/lib/Cwd.pm b/lib/Cwd.pm index 0db9410..5b5f216 100644 --- a/lib/Cwd.pm +++ b/lib/Cwd.pm @@ -95,7 +95,7 @@ A synonym for abs_path(). =item fast_abs_path - my $abs_path = abs_path($file); + my $abs_path = fast_abs_path($file); A more dangerous, but potentially faster version of abs_path. diff --git a/lib/Net/Cmd.pm b/lib/Net/Cmd.pm index 40510e5..b9d0208 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 is not given then the current state is returned. Otherwise the state is changed to C 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 is C 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 upon failure. =head1 EXPORTS C exports six subroutines, five of these, C, C, -C, C and C ,correspond to possible results +C, C and C, correspond to possible results of C and C. The sixth is C. =head1 AUTHOR