If an =over/=back block ends just before a =head1 tag, there is an
extraneous blank line before the heading. This patch fixes that and
doesn't appear to have any negative effects. The blank line after the
last =item should be provided by the =item's paragraph break.
p5p-msgid: m3afm5g6ar.fsf@windlord.Stanford.EDU
elsif ($Cmd eq 'back') {
$indent = pop(@indent);
warn "Unmatched =back\n" unless defined $indent;
- $needspace = 1;
}
elsif ($Cmd eq 'item') {
makespace();