This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add portablity warning for re 'strict'
authorKarl Williamson <khw@cpan.org>
Mon, 19 Jan 2015 19:47:41 +0000 (12:47 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 20 Jan 2015 17:38:03 +0000 (10:38 -0700)
commitb927b7e95b7031e0f55821c537e194ad78fd3a09
tree3e7a60c4a058774bc9d7c0faf3bb869624863010
parentdfa1e3a5359a09e2f8ad21051412248182399696
Add portablity warning for re 'strict'

When a range in a bracketed character class has one end be specified as
Unicode, the whole range is viewed as Unicode.  Currently this is not
warned about, though it is somewhat like mixing apples and oranges.
This commit adds a warning, but only under "use re 'strict'", and
it now documents the only one-end behavior.
pod/perldelta.pod
pod/perldiag.pod
pod/perlre.pod
pod/perlrecharclass.pod
regcomp.c
t/re/reg_mesg.t