This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Split NAME line on multiple whitespaces
authorJames E Keenan <jkeenan@cpan.org>
Fri, 23 Nov 2018 22:13:59 +0000 (17:13 -0500)
committerJames E Keenan <jkeenan@cpan.org>
Sat, 24 Nov 2018 00:04:06 +0000 (19:04 -0500)
commit2085092cb5f9e412a0e4fe0bb933a81f062b5d02
tree4965e8c08456926dc7e9a4d46ec12e32c7047159
parent3c050337a991245bd0ddd47cb76041d98580979f
Split NAME line on multiple whitespaces

For:  RT # 133683

pod/perlmodlib.pod is a file generated by pod/perlmodlib.PL, which is
run by 'miniperl' during 'make'.  That program parses the 'NAME' header
of .pod files and fragments of POD found in 'regen/opcode.pl'.  The POD
for B::Op_private is one such fragment.  Correcting a superfluous
whitespace in that fragment did not suffice to prevent the downstream
formatting error reported in the RT -- an error visible with 'pod2text'
and 'pod2html' as well.  We also had to make the regex which
perlmodlib.PL uses to parse the 'NAME' header more flexible.
lib/B/Op_private.pm
pod/perlmodlib.PL
regen/opcode.pl