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