Name: | perl516-perl-Module-Implementation |
---|---|
Version: | 0.07 |
Release: | 6.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 21483 |
License: | Artistic 2.0 |
RPM: | perl516-perl-Module-Implementation-0.07-6.el7.noarch.rpm |
Source RPM: | perl516-perl-Module-Implementation-0.07-6.el7.src.rpm |
Build Date: | Fri May 29 2015 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/perl-Module-Implementation/ |
Summary: | Loads one of several alternate underlying implementations for a module |
Description: | This module abstracts out the process of choosing one of several underlying implementations for a module. This can be used to provide XS and pure Perl implementations of a module, or it could be used to load an implementation for a given OS or any other case of needing to provide multiple implementations. This module is only useful when you know all the implementations ahead of time. If you want to load arbitrary implementations then you probably want something like a plugin system, not this module. |
- Fixed getting of %old_test_more - Resolves: rhbz#1063206
- Get correct value for %old_test_more on SCL - Resolves: rhbz#1063206
- Rebuilt for SCL
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Perl 5.18 rebuild
- Update to 0.07 - Require Test::Fatal ≥ 0.006 to avoid test failures (CPAN RT#76809) - Explicitly run author tests, except for EL builds - Add buildreqs for new tests - Apply old Test::More patch if we have Test::More < 0.96
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Perl 5.16 rebuild
- Drop %defattr, redundant since rpm 4.4 - Don't need to remove empty directories from buildroot - Add commentary regarding conditionalized buildreqs