From b9134926b4a8b0b78254efa4590bd2a4afd653a2 Mon Sep 17 00:00:00 2001 From: Dave Lambley Date: Mon, 17 Feb 2020 13:48:26 +0000 Subject: [PATCH] RT#88706 Correct POD https://rt.cpan.org/Ticket/Display.html?id=88706 --- lib/Net/Telnet.pm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/Net/Telnet.pm b/lib/Net/Telnet.pm index fdbf3fd..7cda8f9 100644 --- a/lib/Net/Telnet.pm +++ b/lib/Net/Telnet.pm @@ -5155,8 +5155,6 @@ we'll reject an offer to enable the echo option on the remote side =back -=back - =item Use C to send a request to the remote side to enable or @@ -5164,6 +5162,7 @@ disable a particular TELNET option. =back +=back =over 4 @@ -5205,8 +5204,6 @@ option and the response from the remote side has just been received. 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>: @@ -5250,6 +5247,8 @@ to access the object's input buffer. =back +=back + =over 4 -- 2.11.4.GIT