This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: include { in unregcognized \q{ warning
authorKarl Williamson <public@khwilliamson.com>
Sun, 13 Feb 2011 04:08:50 +0000 (21:08 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 13 Feb 2011 05:02:24 +0000 (22:02 -0700)
commit216bfc0a080a7190b7235110e12114b87f6e7b56
tree910497d63b467e597ec80e5a6ec926c5fbf75801
parent4b056c0626143ea9b19431c50c5587207f7bfc77
regcomp.c: include { in unregcognized \q{ warning

The warning message about regex unrecognized escapes passed through is
changed to include any literal '{' following the 2-char escape.
e.g., "\q{" will include the { in the message as part of the escape.
pod/perldiag.pod
regcomp.c
t/lib/warnings/regcomp