summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-05-19 21:55:55 -0600
committerKarl Williamson <khw@cpan.org>2015-05-19 22:03:08 -0600
commitd1197d7769d2f6dd5dd96834af3daa4179df81b2 (patch)
tree7f631380915cb2163ce1a3afe0e032b6f0037003
parent7595828f3bb6971099fb9283d6c14463b56d840a (diff)
downloadperl-d1197d7769d2f6dd5dd96834af3daa4179df81b2.tar.gz
perldelta: Don't split =head across lines
My perldoc caused these split lines to be output wrongly.
-rw-r--r--pod/perldelta.pod6
1 files 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</xx> 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