diff options
author | Ricardo Signes <rjbs@cpan.org> | 2013-06-13 21:51:14 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-06-13 21:51:14 -0400 |
commit | 9f28b5b1757fff63df2b66069e5cac1660173cc0 (patch) | |
tree | cbc281f0762d45c58c3bbac3353b45dbba31249c /pod/perlexperiment.pod | |
parent | 6810f0add8525bb2ff75cc8ca92edd348405b9c6 (diff) | |
download | perl-9f28b5b1757fff63df2b66069e5cac1660173cc0.tar.gz |
note warning categories in perlexperiment
Diffstat (limited to 'pod/perlexperiment.pod')
-rw-r--r-- | pod/perlexperiment.pod | 12 |
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 |