Skip Menu |

This queue is for tickets about the Net-Telnet CPAN distribution.

Report information
The Basics
Id: 88706
Status: open
Priority: 0/
Queue: Net-Telnet

People
Owner: Nobody in particular
Requestors: fschlich [...] zedat.fu-berlin.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 3.04
Fixed in: (no value)



Subject: typos, pod errors
Hi, while packaging the latest version of Net-Telnet for Debian, our automated QA tools drew my attention to a typo and two errors in the pod, and I'd like to share the patches for inclusion at your convenience. Florian
Subject: pod-errors.patch
--- a/lib/Net/Telnet.pm +++ b/lib/Net/Telnet.pm @@ -5164,8 +5164,6 @@ =back -=back - =item Use C<option_send()> to send a request to the remote side to enable or @@ -5173,6 +5171,8 @@ =back +=back + =over 4 @@ -5212,8 +5212,6 @@ Note, that if a request to enable is rejected then I<$coderef> is still invoked even though the option didn't change. -=back - =item Here are the arguments passed to I<&$coderef>: @@ -5221,6 +5219,8 @@ &$coderef($obj, $option, $is_remote, $is_enabled, $was_enabled, $buf_position); +=back + =over 4 =item
Subject: spelling.patch
--- a/lib/Net/Telnet.pm +++ b/lib/Net/Telnet.pm @@ -5064,8 +5064,8 @@ This method opens a TCP connection to I<$port> on I<$host> for the IP address I<$family>. If any of those arguments are missing then the -current attribute value for the object is used. Specifing I<Host> -sets that attribute for the object. Specifing any of the other +current attribute value for the object is used. Specifying I<Host> +sets that attribute for the object. Specifying any of the other optional named parameters overrides the current setting. The default IP address family is C<"ipv4">. I<$family> may be set to
On Mon Sep 16 05:41:58 2013, fschlich wrote: Show quoted text
> Hi, > > while packaging the latest version of Net-Telnet for Debian, our > automated QA tools drew my attention to a typo and two errors in the > pod, and I'd like to share the patches for inclusion at your > convenience. > > Florian
I've pushed these fixes into https://repo.or.cz/Net-Telnet.git