This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Warn inside character classes about unknown backslash escapes
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 14 Oct 1999 22:08:22 +0000 (22:08 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 14 Oct 1999 22:08:22 +0000 (22:08 +0000)
commit1028017ab8b9674cf749da3584eec9f032360d33
tree9d45adc219fe29d5568c6d303fbe82507de3629a
parent73b437c8b23cd73848b265b0c5a0c71d47dc6532
Warn inside character classes about unknown backslash escapes
(that are not caught earlier because of being completely unknown,
such as \m), such as \z (because they make do sense inside regexen,
but not inside character classes).

p4raw-id: //depot/cfgperl@4380
pod/perldelta.pod
pod/perldiag.pod
regcomp.c
t/pragma/warn/regcomp