1Module::Build is a system for building, testing, and installing Perl modules. 2It is meant to be a replacement for ExtUtils::MakeMaker. Developers may alter 3the behavior of the module through subclassing in a much more straightforward 4way than with MakeMaker. It also does not require a make on your system - most 5of the Module::Build code is pure-perl and written in a very cross-platform 6way. 7