This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: Correct various regexp msgs
authorFather Chrysostomos <sprout@cpan.org>
Mon, 25 Jun 2012 00:53:27 +0000 (17:53 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 26 Jun 2012 03:27:12 +0000 (20:27 -0700)
commitaec0ef10cc8948651a7dfb420d01818fafa2042c
treeacdfbf87b0b52d1c070d37bad231f9d4d138bdf5
parentb26f9440f21d2ffeeea27a07abb4b6b490e73832
perldiag: Correct various regexp msgs

Many of these are listed in a slightly different way from what perl actually emits.  E.g., this entry:

    Sequence (?#... not terminated in regex; marked by <-- HERE in m/%s/

is incorrect, as the actual message is:

$ perl -e '/(?#/'
Sequence (?#... not terminated in regex m/(?#/ at -e line 1.
pod/perldiag.pod
t/porting/diag.t