summaryrefslogtreecommitdiff
path: root/pod/perlexperiment.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlexperiment.pod')
-rw-r--r--pod/perlexperiment.pod12
1 files changed, 12 insertions, 0 deletions
diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod
index 946e8ffd6b..ecbe5ee0d1 100644
--- a/pod/perlexperiment.pod
+++ b/pod/perlexperiment.pod
@@ -168,10 +168,16 @@ Introduced in Perl 5.10.0
Modified in Perl 5.10.1, 5.12.0
+Using this feature triggers warnings in the category
+C<experimental::smartmatch>.
+
=item Lexical C<$_>
Introduced in Perl 5.10.0
+Using this feature triggers warnings in the category
+C<experimental::lexical_topic>.
+
=item Backtracking control verbs
C<(*ACCEPT)>
@@ -207,12 +213,18 @@ Introduced in: Perl 5.18
See also: L<perlsub/Lexical Subroutines>
+Using this feature triggers warnings in the category
+C<experimental::lexical_subs>.
+
=item Regular Expression Set Operations
Introduced in: Perl 5.18
See also: L<perlrecharclass/Extended Bracketed Character Classes>
+Using this feature triggers warnings in the category
+C<experimental::regex_sets>.
+
=back
=head2 Accepted features