Mon, 10 Jun 2024 00:11:47 UTC | login

Information for build perl-Exporter-Tiny-1.002002-3.fc33

ID176282
Package Nameperl-Exporter-Tiny
Version1.002002
Release3.fc33
Epoch
SummaryAn exporter with the features of Sub::Exporter but only core dependencies
DescriptionExporter::Tiny supports many of Sub::Exporter's external-facing features including renaming imported functions with the -as, -prefix and -suffix options; explicit destinations with the into option; and alternative installers with the installer option. But it's written in only about 40% as many lines of code and with zero non-core dependencies. Its internal-facing interface is closer to Exporter.pm, with configuration done through the @EXPORT, @EXPORT_OK and %EXPORT_TAGS package variables. Exporter::Tiny performs most of its internal duties (including resolution of tag names to sub names, resolution of sub names to coderefs, and installation of coderefs into the target package) as method calls, which means they can be overridden to provide interesting behavior.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 13:37:38 UTC
CompletedThu, 13 Aug 2020 13:37:38 UTC
Tags
f33
f37
f38
RPMs
src
perl-Exporter-Tiny-1.002002-3.fc33.src.rpm (info) (download)
noarch
perl-Exporter-Tiny-1.002002-3.fc33.noarch.rpm (info) (download)
Changelog * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.002002-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.002002-2 - Perl 5.32 rebuild * Fri Apr 24 2020 Paul Howarth <paul@city-fan.org> - 1.002002-1 - Update to 1.002002 - Fix bug in handling regexps in import lists; Exporter::Tiny allowed regexps like /foo/i but not /foo/; having trailing flags is now optional! (GH#6) - Tests would fail if 'PERL5OPT=-Mfeature=:5.18' environment variable was set; this is because bareword '-default' was being interpreted as the Perl 'default' keyword (GH#5) - Unbundle newly-bundled test modules * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.002001-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.002001-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.002001-3 - Perl 5.30 rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.002001-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild