This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
autodoc.pl: Don't list undocumented deprecated fcns in API
authorKarl Williamson <public@khwilliamson.com>
Tue, 30 Apr 2013 14:42:08 +0000 (08:42 -0600)
committerKarl Williamson <public@khwilliamson.com>
Mon, 20 May 2013 17:01:50 +0000 (11:01 -0600)
commit8c869419331313c43ddda5b1eecd01939b013125
tree7643c116580b481835d6303646cda53df55bd442
parentd4e99c76278c7e400307b1a7ceeb3b27676dfd3d
autodoc.pl: Don't list undocumented deprecated fcns in API

autodoc creates a list of all the undocumented functions that are part
of the API.  It omits ones that are experimental and whose API may
change; and now it omits ones that are deprecated (and whose API is
planned to change to be non-existent)
autodoc.pl