diff options
Diffstat (limited to 'pod/perl5110delta.pod')
-rw-r--r-- | pod/perl5110delta.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod index afd1b35492..720b5d273b 100644 --- a/pod/perl5110delta.pod +++ b/pod/perl5110delta.pod @@ -109,6 +109,14 @@ to avoid relying on the object's underlying structure). This pragma allows you to lexically disable or enable overloading for some or all operations. (Yuval Kogman) +=head2 C<\N> regex escape + +A new regex escape has been added, C<\N>. It will match any character that +is not a newline, independently from the presence or absence of the single +line match modifier C</s>. (If C<\N> is followed by an opening brace and +by a letter, perl will still assume that a Unicode character name is +coming, so compatibility is preserved.) (Rafael Garcia-Suarez) + =head1 Modules and Pragmata =head2 Pragmata Changes |