From: Father Chrysostomos Date: Mon, 3 May 2010 12:52:01 +0000 (+0200) Subject: [perl #74856] Fix POD syntax in perlapi X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a23e6e2012eae03dbd049a058d24b0ce29357c76;p=p5sagit%2Fp5-mst-13.2.git [perl #74856] Fix POD syntax in perlapi --- diff --git a/autodoc.pl b/autodoc.pl index 2fc0397..285bc3a 100644 --- a/autodoc.pl +++ b/autodoc.pl @@ -176,7 +176,7 @@ _EOH_ } if (@$missing) { - print $fh "=head1 Undocumented functions\n\n"; + print $fh "\n=head1 Undocumented functions\n\n"; print $fh "These functions are currently undocumented:\n\n=over\n\n"; for my $missing (sort @$missing) { print $fh "=item $missing\nX<$missing>\n\n";