Name: | perl-Module-Build-Tiny |
---|---|
Version: | 0.051 |
Release: | 1.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 40422 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: | perl-Module-Build-Tiny-0.051-1.el10_0.noarch.rpm |
Source RPM: | perl-Module-Build-Tiny-0.051-1.el10_0.src.rpm |
Build Date: | Thu Dec 19 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/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.051 - Make CPAN::Requirements::Dynamic an optional dependency - This package retains hard dependency for consistency of use - Run tests verbosely
- Update to 0.050 (rhbz#2309692) - Revert "Make CPAN::Requirements::Dynamic an optional dependency" (GH#36)
- Update to 0.049 - Make CPAN::Requirements::Dynamic an optional dependency - This package retains hard dependency for consistency of use
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Update to 0.048 - Implement dynamic prerequisites
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Update to 0.047 - Avoid using empty regex for backwards compatability
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Update to 0.046 - Add src/ to include paths