This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Warn about false ranges like \d-\w (see the change #4355).
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 14 Oct 1999 10:08:44 +0000 (10:08 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 14 Oct 1999 10:08:44 +0000 (10:08 +0000)
commit73b437c8b23cd73848b265b0c5a0c71d47dc6532
tree5f2e0298da733d0eeaffd2d29cb6db617d09c29a
parent4ad36b56fc9a36a6ae97dede5c0a0b63c849714d
Warn about false ranges like \d-\w (see the change #4355).
The invalid ranges (b-a) warning message also enhanced.

p4raw-link: @4355 on //depot/cfgperl: 1209ba901e0b2880eea69ad70613848af5543517

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