From 74a78c10ff680726529ea47ef3985380a8ea3a34 Mon Sep 17 00:00:00 2001 From: Aaron Crane Date: Tue, 10 Nov 2015 01:16:28 +0000 Subject: Mention warning categories for removed experimental features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- pod/perlexperiment.pod | 6 ++++++ 1 file changed, 6 insertions(+) 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. + 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. + Superseded by L. Introduced in Perl 5.14.0 -- cgit v1.2.1