From d35a2c713b849ca40ae4717642a3af54a43205f0 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 13 Feb 2011 18:31:50 -0800 Subject: [PATCH] =?utf8?q?perldiag:=20reflow=20=E2=80=98Lexing=20code=20at?= =?utf8?q?tempted=20to=20stuff...=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit for the sake of diagnostics.pm, which displays the link simply as lex_stuff_pvn_flags. --- pod/perldiag.pod | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 2a464ec..e54540e 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2403,11 +2403,10 @@ an undefined value for the length. See L. =item Lexing code attempted to stuff non-Latin-1 character into Latin-1 input (F) An extension is attempting to insert text into the current parse -(using L or similar), but -tried to insert a character that couldn't be part of the current input. -This is an inherent pitfall of the stuffing mechanism, and one of the -reasons to avoid it. Where it is necessary to stuff, stuffing only -plain ASCII is recommended. +(using L or similar), but tried to insert a character +that couldn't be part of the current input. This is an inherent pitfall +of the stuffing mechanism, and one of the reasons to avoid it. Where it +is necessary to stuff, stuffing only plain ASCII is recommended. =item Lexing code internal error (%s) -- 2.7.4