This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
RT-89642 - Don't treat ,; as special end-of-line characters.
authorMatthew Horsfall (alh) <wolfsage@gmail.com>
Sun, 16 Dec 2012 23:02:43 +0000 (18:02 -0500)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 23 Dec 2012 01:49:22 +0000 (17:49 -0800)
commit6fbc9859e2a15bb1e2ff4bb4670a3b658adc98f3
treef727fff9cbf043833a78da5121a242a92f44156d
parentb0d8935dc76d6c1fa67623a77c8a0cbcd27f8283
RT-89642 - Don't treat ,; as special end-of-line characters.

Support multi-line "=item ..." expressions per the POD spec.

This also allows warnings with white-space differences to match.
lib/diagnostics.pm
lib/diagnostics.t
pod/perldiag.pod
t/porting/diag.t