19 lines
1014 B
Markdown
19 lines
1014 B
Markdown
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> perl-Module-Build (Module::Build)
|
|
|
|
SMEServer Koozali local git repo for perl-Module-Build
|
|
|
|
## Documentation
|
|
https://metacpan.org/pod/Module::Build
|
|
|
|
## Bugs
|
|
CPAN bug report are [here](https://rt.cpan.org/Public/Dist/Display.html?Name=Module-Build)
|
|
|
|
Show list of Koozali outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=perl-Module-Build&product=SME%20Server%2011.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
|
|
|
|
## Description
|
|
Module::Build is a system for building, testing, and installing Perl
|
|
modules. It is meant to be an alternative to ExtUtils::MakeMaker.
|
|
Developers may alter the behavior of the module through subclassing. It
|
|
also does not require a make on your system - most of the Module::Build
|
|
code is pure-perl and written in a very cross-platform way.
|