This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlrecharclass: Add some missing info
authorKarl Williamson <khw@cpan.org>
Sat, 13 Feb 2016 22:20:49 +0000 (15:20 -0700)
committerKarl Williamson <khw@cpan.org>
Fri, 19 Feb 2016 03:26:49 +0000 (20:26 -0700)
pod/perlrecharclass.pod

index ef8048f..7f5a4ef 100644 (file)
@@ -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} ])/