summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-11-16 16:32:41 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-11-16 16:33:15 -0800
commit1861205d8d41bb44ba0d82bba8639e56e29e7544 (patch)
tree474288392cc014699695b79d4efb09f7d5e819e4 /pod
parent0ef4323aa6d82c92679bcb53da063cd1531991ac (diff)
downloadperl-1861205d8d41bb44ba0d82bba8639e56e29e7544.tar.gz
perldelta for ddc3d23f07
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod6
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