devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / p5-ExtUtils-AutoInstall / DESCR
1 This module lets Makefile.PL automatically install dependencies
2 via CPAN or CPANPLUS.
3
4 * Features
5
6 - Letting the user enable/disable optional dependencies.
7 - Support sane defaults by probing for the machine's capability.
8 - If not inside a cpan shell, use CPAN.pm to install dependencies.
9 - Enable/disable the associated tests automatically.
10 - Supply UNINST=1 when it is safe and possibly needed.
11 - Checks MANIFEST to avoid unnecessary grepping of EXE_FILES.
12 - Utilizes CPANPLUS and/or Sort::Versions where feasible.
13 - Offers check-only and skip-all Makefile.PL targets.
14 - Offers check-only and install-only Makefile targets.
15 - Take advantage of the 'sudo' command where available.