summaryrefslogtreecommitdiff
path: root/pod/perlexperiment.pod
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2015-11-10 01:16:28 +0000
committerAaron Crane <arc@cpan.org>2015-11-10 01:19:19 +0000
commit74a78c10ff680726529ea47ef3985380a8ea3a34 (patch)
tree01b469a3a0a11ed80935f2e9bbe3609e104afd00 /pod/perlexperiment.pod
parentf8b823eb3fcf47a9bb7182f578b3a7dcfb459f2d (diff)
downloadperl-74a78c10ff680726529ea47ef3985380a8ea3a34.tar.gz
Mention warning categories for removed experimental features
This seems likely to be helpful for future code archæologists. The string "autoderef" string didn't previously appear in perlexperiment.pod; that looks like an oversight.
Diffstat (limited to 'pod/perlexperiment.pod')
-rw-r--r--pod/perlexperiment.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod
index 40bf161ddc..2f361bbbee 100644
--- a/pod/perlexperiment.pod
+++ b/pod/perlexperiment.pod
@@ -305,12 +305,18 @@ Removed in: 5.11.3
=item Lexical C<$_>
+Using this feature triggered warnings in the category
+C<experimental::lexical_topic>.
+
Introduced in Perl 5.10.0
Removed in Perl 5.24.0
=item Array and hash container functions accept references
+Using this feature triggered warnings in the category
+C<experimental::autoderef>.
+
Superseded by L</Postfix dereference syntax>.
Introduced in Perl 5.14.0