Name: | perl-Module-Build-Tiny |
---|---|
Version: | 0.039 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 36439 |
License: | GPL+ or Artistic |
RPM: | perl-Module-Build-Tiny-0.039-1.el7.noarch.rpm |
Source RPM: | perl-Module-Build-Tiny-0.039-1.el7.src.rpm |
Build Date: | Mon Oct 30 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/Leont/module-build-tiny |
Summary: | A tiny replacement for Module::Build |
Description: | 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. |
- Update to 0.039 - Supply basename to *.PL files as its args
- Update to 0.038 - Scrub PERL_MB_OPT in tests too
- Perl 5.20 rebuild
- Update to 0.037 - Scrub environment variable in tests - Use %license
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- Update to 0.036 - Add --jobs argument to MBT - Add xs directory to include list
- Update to 0.035 - Fix install test in absence of a compiler
- Update to 0.034 - Make install tests more platform independent
- Update to 0.033 - Require Getopt::Long 2.36 - Add install tests
- Update to 0.032 - Process argument sources separately - Use mod2fname appropriately - BR:/R: perl(DynaLoader) - BR: perl(GetOpt::Long) ≥ 2.36 for GetOptionsFromArray - Drop dependencies on TAP::Harness as we only use TAP::Harness::Env