aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Module-Build-Tiny/pkg-descr
blob: 7bdaf0dfafe8e08515347b84e9fbe6615154979e (plain) (blame)
1
2
3
4
5
6
7
Many Perl distributions use a Build.PL file instead of a Makefile.PL file to
drive distribution configuration, build, test and installation. Traditionally,
Build.PL uses Module::Build as the underlying build system. This module provides
a simple, lightweight, drop-in replacement.

Whereas Module::Build has over 6,700 lines of code; this module has less than
70, yet supports the features needed by most pure-Perl distributions.