Name: | perl-Module-Build |
---|---|
Epoch: | 2 |
Version: | 0.42.29 |
Release: | 4.module+el8.3.0+7729+86a74f64 |
Architecture: | noarch |
Module: | perl:5.30:8030020200609055348:8af31532 perl:5.30:8040020200923213406:466ea64f |
Group: | Unspecified |
Size: | 670700 |
License: | GPL+ or Artistic |
RPM: | perl-Module-Build-0.42.29-4.module+el8.3.0+7729+86a74f64.noarch.rpm |
Source RPM: | perl-Module-Build-0.42.29-4.module+el8.3.0+7729+86a74f64.src.rpm |
Build Date: | Tue Aug 11 2020 |
Build Host: | jenkins-10-147-72-125-df74590a-7496-4915-9dd0-d2fcdb1902bc.appad2iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Module-Build |
Summary: | Build and install Perl modules |
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 sub-classing in a much more straightforward way than with MakeMaker. 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. In fact, you don't even need a shell, so even platforms like MacOS (traditional) can use it fairly easily. Its only prerequisites are modules that are included with perl 5.6.0, and it works fine on perl 5.005 if you can install a few additional modules. |