In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/8ef45c1894ac4415a7d048c2354037573d69a106?hp=9285d0daed3a4ad1a03bc559d0c5587ca4557352>
- Log ----------------------------------------------------------------- commit 8ef45c1894ac4415a7d048c2354037573d69a106 Author: Karl Williamson <[email protected]> Date: Mon Mar 6 13:09:13 2017 -0700 perlop.pod: Clarify, expand /a description M pod/perlop.pod commit 1a8aad5ac6739960454fa23b91c3316482f3eb13 Author: Karl Williamson <[email protected]> Date: Mon Mar 6 13:07:20 2017 -0700 perlop: Fix spelling error M pod/perlop.pod ----------------------------------------------------------------------- Summary of changes: pod/perlop.pod | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pod/perlop.pod b/pod/perlop.pod index e627ee8c99..be809e6d3f 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -1749,11 +1749,12 @@ Options (specified by the following modifiers) are: p When matching preserve a copy of the matched string so that ${^PREMATCH}, ${^MATCH}, ${^POSTMATCH} will be defined (ignored starting in v5.20) as these are always - defined starting in that relese + defined starting in that release o Compile pattern only once. - a ASCII-restrict: Use ASCII for \d, \s, \w; specifying two - a's further restricts things to that that no ASCII - character will match a non-ASCII one under /i. + a ASCII-restrict: Use ASCII for \d, \s, \w and [[:posix:]] + character classes; specifying two a's adds the further + restriction that no ASCII character will match a + non-ASCII one under /i. l Use the current run-time locale's rules. u Use Unicode rules. d Use Unicode or native charset, as in 5.12 and earlier. -- Perl5 Master Repository
