From 5fca8acbe38ffb86144eea28854bc2de8674d6d2 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 12 Feb 2011 23:51:35 -0800 Subject: [PATCH] Reflow perldiag/Deprecated character in \N{...} MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It wraps on a 80-character terminal under ‘use diagnostics’. --- pod/perldiag.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index e9484fd..5bd5800 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1539,10 +1539,10 @@ that triggers this error. =item Deprecated character in \N{...}; marked by <-- HERE in \N{%s<-- HERE %s (D deprecated) Just about anything is legal for the C<...> in C<\N{...}>. -But starting in 5.12, non-reasonable ones that don't look like names are -deprecated. A reasonable name begins with an alphabetic character and -continues with any combination of alphanumerics, dashes, spaces, parentheses or -colons. +But starting in 5.12, non-reasonable ones that don't look like names +are deprecated. A reasonable name begins with an alphabetic character +and continues with any combination of alphanumerics, dashes, spaces, +parentheses or colons. =item Deprecated use of my() in false conditional -- 2.7.4