From d1197d7769d2f6dd5dd96834af3daa4179df81b2 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 19 May 2015 21:55:55 -0600 Subject: perldelta: Don't split =head across lines My perldoc caused these split lines to be output wrongly. --- pod/perldelta.pod | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 77bbe8d4f7..5b06a6f87a 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -310,8 +310,7 @@ allowed. In prior releases, failure to do this raised a deprecation warning. -=head2 Splitting the tokens C<(?> and C<(*> in regular expressions is -now a fatal compilation error. +=head2 Splitting the tokens C<(?> and C<(*> in regular expressions is now a fatal compilation error. These had been deprecated since v5.18. @@ -497,8 +496,7 @@ Perl release having C permit white-space for readability in bracketed character classes (those enclosed in square brackets: C<[...]>). -=head2 Using a NO-BREAK space in a character alias for C<\N{...}> is now -deprecated +=head2 Using a NO-BREAK space in a character alias for C<\N{...}> is now deprecated This non-graphic character is essentially indistinguishable from a regular space, and so should not be allowed. See -- cgit v1.2.1