summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-03-07 10:30:18 -0700
committerKarl Williamson <khw@cpan.org>2015-03-07 11:28:28 -0700
commit1eac213ad23c12a812d4794440e893443bbb12d2 (patch)
tree2d9ec8d12926748cc83150d75b8180d6f45a7940 /pod
parent61b46553d484b1bc3ca8c690f66aedebffd73e9f (diff)
downloadperl-1eac213ad23c12a812d4794440e893443bbb12d2.tar.gz
use re 'strict' doc changes
Add to perlexperiment; note that an alternative syntax has been proposed; nits.
Diffstat (limited to 'pod')
-rw-r--r--pod/perlexperiment.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod
index ad46c0f437..1e7dd27c67 100644
--- a/pod/perlexperiment.pod
+++ b/pod/perlexperiment.pod
@@ -131,6 +131,15 @@ L<[perl #123630]|https://rt.perl.org/rt3/Ticket/Display.html?id=123630>.
See also: L<perlsub/Constant Functions>
+=item use re 'strict';
+
+Introduced in Perl 5.22.0
+
+Using this feature triggers warnings in the category
+C<experimental::re_strict>.
+
+See L<re/'strict' mode>
+
=item String- and number-specific bitwise operators
Introduced in: Perl 5.22.0