This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp: Add warning if tries to use \p in locale.
authorKarl Williamson <public@khwilliamson.com>
Fri, 28 Jan 2011 05:29:51 +0000 (22:29 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 28 Jan 2011 06:14:51 +0000 (23:14 -0700)
commitfb2e24cdda774d9e9c28f1cd0356bba9070894c7
treed9b033e8abbd824e10a21b02ee2e37fa52c50b33
parentda3a4bafe4c9b799dff3f092e8c2694657883a6c
regcomp: Add warning if tries to use \p in locale.

\p implies Unicode matching rules, which are likely going to be different than
the locale's.
pod/perldiag.pod
regcomp.c
t/lib/warnings/regcomp