Sun, 02 Jun 2024 07:12:28 UTC | login

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

ID163633
Package Nameperl-Exporter-Tiny
Version1.002002
Release2.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
StartedMon, 13 Jul 2020 15:20:45 UTC
CompletedMon, 13 Jul 2020 15:20:45 UTC
Tags
f33
RPMs
src
perl-Exporter-Tiny-1.002002-2.fc33.src.rpm (info) (download)
noarch
perl-Exporter-Tiny-1.002002-2.fc33.noarch.rpm (info) (download)
Changelog * 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 * Wed Jul 18 2018 Paul Howarth <paul@city-fan.org> - 1.002001-1 - Update to 1.002001 - Added support for generating and exporting non-code symbols such as $Foo, @Bar, and %Baz - Improved test coverage, up from 88.78% on coveralls.io to 96.74% * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.000000-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.000000-5 - Perl 5.28 rebuild