diff options
-rw-r--r-- | pod/perldelta.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 406724c4cc..6d8a5b8fce 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -378,6 +378,12 @@ This message has had the S<"<-- HERE"> marker removed, as it was always placed at the end of the regular expression, regardless of where the problem actually occurred. [perl #122680] +=item * + +L<Setting $E<sol> to a reference to %s as a form of slurp is deprecated, treating as undef|perldiag/"Setting $/ to a reference to %s as a form of slurp is deprecated, treating as undef"> + +This warning is now a default warning, like other deprecation warnings. + =back =head1 Utility Changes |