Fri, 19 Apr 2024 05:38:49 UTC | login

Information for build perl-Sub-Exporter-Progressive-0.001013-7.fc29

ID54883
Package Nameperl-Sub-Exporter-Progressive
Version0.001013
Release7.fc29
Epoch
SummaryOnly use Sub::Exporter if you need it
DescriptionSub::Exporter is an incredibly powerful module, but with that power comes great responsibility, er- as well as some runtime penalties. This module is a Sub::Exporter wrapper that will let your users just use Exporter if all they are doing is picking exports, but use Sub::Exporter if your users try to use Sub::Exporter's more advanced features, like renaming exports, if they try to use them. Note that this module will export @EXPORT and @EXPORT_OK package variables for Exporter to work. Additionally, if your package uses advanced Sub::Exporter features like currying, this module will only ever use Sub::Exporter, so you might as well use it directly.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 19 Jul 2018 02:50:30 UTC
CompletedThu, 19 Jul 2018 02:50:30 UTC
Tags
f29
f30
f31
RPMs
src
perl-Sub-Exporter-Progressive-0.001013-7.fc29.src.rpm (info) (download)
noarch
perl-Sub-Exporter-Progressive-0.001013-7.fc29.noarch.rpm (info) (download)
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.001013-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.001013-6 - Perl 5.28 rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.001013-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.001013-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.001013-3 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.001013-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sat Oct 22 2016 Paul Howarth <paul@city-fan.org> - 0.001013-1 - Update to 0.001013 - Avoid possible warnings about special variables only being used once - Update old Test::More patch * Wed Aug 24 2016 Paul Howarth <paul@city-fan.org> - 0.001012-1 - Update to 0.001012 - Many small performance improvements - BR: perl-generators - Simplify find command using -delete - Update old Test::More patch - Package new LICENSE file