In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/9285d0daed3a4ad1a03bc559d0c5587ca4557352?hp=39f2cbe7d26cf7bec9e92f6c300f6ad4d4e39470>
- Log ----------------------------------------------------------------- commit 9285d0daed3a4ad1a03bc559d0c5587ca4557352 Author: Karl Williamson <[email protected]> Date: Mon Mar 6 12:34:52 2017 -0700 PATCH: [perl #128302] Document split pat mods M pod/perlfunc.pod commit 66a1789272a647a045ed8eda3b49edbb86495fdd Author: Karl Williamson <[email protected]> Date: Mon Mar 6 12:33:28 2017 -0700 perlfunc: Add missing ')' M pod/perlfunc.pod ----------------------------------------------------------------------- Summary of changes: pod/perlfunc.pod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 5e9e61da0a..ae97bce829 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -2147,7 +2147,7 @@ behavior. Any S<C<use utf8>> or S<C<no utf8>> declarations within the string have no effect, and source filters are forbidden. (C<unicode_strings>, -however, can appear within the string. See also the +however, can appear within the string.) See also the L<C<evalbytes>|/evalbytes EXPR> operator, which works properly with source filters. @@ -7585,6 +7585,10 @@ If PATTERN is C</^/>, then it is treated as if it used the L<multiline modifier|perlreref/OPERATORS> (C</^/m>), since it isn't much use otherwise. +C<E<sol>m> and any of the other pattern modifiers valid for C<qr> +(summarized in L<perlop/qrE<sol>STRINGE<sol>msixpodualn>) may be +specified explicitly. + As another special case, L<C<split>|/split E<sol>PATTERNE<sol>,EXPR,LIMIT> emulates the default behavior of the -- Perl5 Master Repository
