This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
parts/ppptools.pl: Don't omit any fcns/macros in parsing .fnc
authorKarl Williamson <khw@cpan.org>
Tue, 9 Jul 2019 17:47:47 +0000 (11:47 -0600)
committerNicolas R <atoomic@cpan.org>
Fri, 27 Sep 2019 22:39:28 +0000 (16:39 -0600)
commitaa7c142649927f01317b931c1e478be9ef7ffb88
tree2fae208d76bec843d5490fa610687720f5c8e32a
parent447b7cee99a6b2e5eba44bc682c208973e4d2e58
parts/ppptools.pl: Don't omit any fcns/macros in parsing .fnc

A commit I made some years ago caused deprecated and experimental
functions from not being parsed.  This was the wrong thing to do.
This is because some tools like scan_prov (which hasn't been run in many
years) need them.  Instead this moves the skipping to the routine that
needs to skip, and doesn't skip as many categories.

(cherry picked from commit 24f05e758aa2d50ac85aa495b956b209e52a5e84)
Signed-off-by: Nicolas R <atoomic@cpan.org>
dist/Devel-PPPort/parts/apicheck.pl
dist/Devel-PPPort/parts/ppptools.pl