This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfe91bf
)
[perl #74856] Fix POD syntax in perlapi
author
Father Chrysostomos
<perlbug-followup@perl.org>
Mon, 3 May 2010 12:52:01 +0000
(14:52 +0200)
committer
Rafael Garcia-Suarez
<rgs@consttype.org>
Mon, 3 May 2010 12:52:01 +0000
(14:52 +0200)
autodoc.pl
patch
|
blob
|
blame
|
history
diff --git
a/autodoc.pl
b/autodoc.pl
index
2fc0397
..
285bc3a
100644
(file)
--- 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";