Subject: | If the script is deprecated, why is it documented at the top of the documentation? |
If the script is deprecated, then why does the first line of the documentation tell people to use it:
----------
=head1 USING IT IN Makefile.PL or Build.PL
If you want to use this from Makefile.PL or Build.PL, do
not simply copy the module into your distribution as this may cause
problems when PAUSE and search.cpan.org index the distro. Instead, use
the use-devel-checklib script.
-----------
It's pretty ridiculous for the very start of the documentation to tell people they need to use a script, then for the script to tell people they shouldn't have used the script.