This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Include general information
authorKarl Williamson <khw@cpan.org>
Thu, 5 Jun 2014 20:22:50 +0000 (14:22 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 5 Jun 2014 21:22:30 +0000 (15:22 -0600)
commit7fefc6c1fed0a352d7bf8df209df5274d6cd8fb0
tree11ad6b9cf1fa968e8c18f69d040490bd55c8b747
parent9d9a81f09abfecc51243ec21a51eea7fb0e6b9bc
perlapi: Include general information

Unlike other pod handling routines, autodoc requires the line following
an =head1 to be non-empty for its text to be included in the paragraph
started by the heading.  If you fail to do this, silently the text will
be omitted from perlapi.  I went through the source code, and where it
was apparent that the text was supposed to be in perlapi, deleted the
empty line so it would be, with some revisions to make more sense.

I added =cuts where I thought it best for the text to not be included.
gv.c
hv.c
mg.c
mro.c
numeric.c
sv.c
toke.c
utf8.c