Fri, 05 Jul 2024 23:15:37 UTC | login

Information for build perl-Module-Implementation-0.09-17.fc29

ID50601
Package Nameperl-Module-Implementation
Version0.09
Release17.fc29
Epoch
SummaryLoads one of several alternate underlying implementations for a module
DescriptionThis 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 12 Jul 2018 21:06:35 UTC
CompletedThu, 12 Jul 2018 21:06:35 UTC
Tags
f29
RPMs
src
perl-Module-Implementation-0.09-17.fc29.src.rpm (info) (download)
noarch
perl-Module-Implementation-0.09-17.fc29.noarch.rpm (info) (download)
Changelog * Sun Jul 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.09-17 - Perl 5.28 re-rebuild of bootstrapped packages * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.09-16 - Perl 5.28 rebuild * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.09-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.09-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.09-13 - Perl 5.26 re-rebuild of bootstrapped packages * Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.09-12 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.09-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Oct 12 2016 Petr Pisar <ppisar@redhat.com> - 0.09-10 - Break build cycle when bootstrapping (Test::CleanNamespaces → Package::Stash → Module::Implementation) * Tue Sep 06 2016 Paul Howarth <paul@city-fan.org> - 0.09-9 - BR: perl(Test::CleanNamespaces) - Simplify find command using -delete