Branch: refs/heads/yves/document_x_mod_multichar
Home: https://github.com/Perl/perl5
Commit: 38b814db3de6c334ac4112a6de23770d21b2e8a8
https://github.com/Perl/perl5/commit/38b814db3de6c334ac4112a6de23770d21b2e8a8
Author: Yves Orton <[email protected]>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M pod/perlre.pod
Log Message:
-----------
pod/perlre.pod - document /x mode does not allow spaces in multi-char
metapatterns
Multi-character metapatterns like (?i: ... ) are not affected by
/x, it cannot be spelled ( ? i : ... ).