summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-02-13 15:20:49 -0700
committerKarl Williamson <khw@cpan.org>2016-02-18 20:26:49 -0700
commita60b792277ab2836704066899135e8d4c83b0f0c (patch)
tree58c637498124a3c74aba407d66871dfb4d69321f
parent52ffb1b5f4ae92a18ec49ded8308d386abc08f03 (diff)
downloadperl-a60b792277ab2836704066899135e8d4c83b0f0c.tar.gz
perlrecharclass: Add some missing info
-rw-r--r--pod/perlrecharclass.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod
index ef8048f530..7f5a4ef273 100644
--- a/pod/perlrecharclass.pod
+++ b/pod/perlrecharclass.pod
@@ -999,6 +999,9 @@ use it will raise a warning, unless disabled via
Comments on this feature are welcome; send email to
C<perl5-porters@perl.org>.
+The rules used by L<C<use re 'strict>|re/'strict' mode> apply to this
+construct.
+
We can extend the example above:
/(?[ ( \p{Thai} + \p{Lao} ) & \p{Digit} ])/