Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: e27772f9bca7582d502812a94e3638f7f2a269b1
https://github.com/Perl/perl5/commit/e27772f9bca7582d502812a94e3638f7f2a269b1
Author: Yves Orton <[email protected]>
Date: 2023-02-11 (Sat, 11 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 : ... ).