Name: | perl-Module-Build-Tiny |
---|---|
Version: | 0.047 |
Release: | 4.el10 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 39417 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: | perl-Module-Build-Tiny-0.047-4.el10.noarch.rpm |
Source RPM: | perl-Module-Build-Tiny-0.047-4.el10.src.rpm |
Build Date: | Sat Aug 31 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. |
- Bump release for June 2024 mass rebuild
- 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
- Update to 0.045 - Fix compilation issue on Windows
- Update to 0.044 - Add module sharedirs - Only add src/*.c files to primary XS file
- Update to 0.043 - Restore manpage generation - Add include/ to include paths - Compile all .c files in src/
- Update to 0.041 - Manify .pod after .pm - Filter out script documentation from scripts - Don't manify podless modules/scripts - Use SPDX-format license tag - Standardize permissions of packaged files - Add fix for POD generation (GH#29)