This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
autodoc.pl: Allow =item lists in perlapi
authorKarl Williamson <khw@cpan.org>
Thu, 13 Oct 2016 00:30:11 +0000 (18:30 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 13 Oct 2016 01:22:47 +0000 (19:22 -0600)
commit72d4186d0bdc8e5f58ebdef073e50de084a467f9
treec6a5928ec0b4b8955e4fcc7b4f0d6a89437a37f1
parentef7ea7adea12b6588505816360b213a22231e87e
autodoc.pl: Allow =item lists in perlapi

Such lists were silently ignored.  This fixes things so no pod commands
are silently ignored, and hence lists are now accepted in a function's
pod.  This fixes the entry for 'vverify', whose =item list was not
getting picked up.
autodoc.pl