summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perldelta.pod')
-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