module_build_tiny

A tiny replacement for Module::Build

Version

0.052-1
(2025-12-25)

Size

6.4

KiB

Repository

HaikuPorts
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 200, yet supports the features needed by most distributions.