This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: miscellaneous clean-up
authorFather Chrysostomos <sprout@cpan.org>
Mon, 27 May 2013 02:12:50 +0000 (19:12 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 27 May 2013 02:13:43 +0000 (19:13 -0700)
commit675fa9ffbd41c6a7cf9b032d83e33f112a700be1
tree5d6184d64e924d2aa8b441056b3ad69931b821c4
parent22bb4385a9b065ce689d7e657983730ed51ea69f
perldiag: miscellaneous clean-up

•‘Corrupted regexp opcode’ is a ‘can’t happen’ error, so it belongs
  in the P category.
• Two spaces after dots for consistency
• Rewrap for slightly better splain output
• The description usually begins on the same line as the category, so
  do so consistently
• Reorder alphabetically
• Missing category
• Single, not double, backslash
• Squash two adjacent (due to reordering) entries with identical
  descriptions
• ‘given’ does not depend on lexical $_ any more
• Remove duplicate entries (and placate diag.t with diag_listed_as)
pod/perldiag.pod
regcomp.c
t/porting/diag.t