This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Extend strictness for qr/(?[ \N{} ])/
authorKarl Williamson <public@khwilliamson.com>
Sat, 19 Jan 2013 04:58:10 +0000 (21:58 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 19 Jan 2013 16:57:53 +0000 (09:57 -0700)
commit902994e45aafa5c63ac8bf2219075daf29139b3c
treefe0282064d4457174f60becf2c8818e09d575680
parent7e62f75cb6326421c6dade1c6ca08206084d7348
Extend strictness for qr/(?[ \N{} ])/

This recently added regex syntax imposes stricter rules on parsing than
normal.   However, this did not include parsing \N{} constructs that
occur within it.  This commit does that, making fatal the warnings that
come from \N{}

I will add to perldiag the newly added messages along with the others
for (?[ ]) before 5.18 ships
embed.fnc
embed.h
proto.h
regcomp.c
t/porting/diag.t
t/re/pat_advanced.t
t/re/reg_mesg.t