Sun, 02 Jun 2024 04:55:16 UTC | login

Information for build perl-Exporter-Tiny-1.002001-1.fc29

ID69923
Package Nameperl-Exporter-Tiny
Version1.002001
Release1.fc29
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
StartedSun, 12 Aug 2018 19:39:35 UTC
CompletedSun, 12 Aug 2018 19:39:35 UTC
Tags
f29
f30
f31
RPMs
src
perl-Exporter-Tiny-1.002001-1.fc29.src.rpm (info) (download)
noarch
perl-Exporter-Tiny-1.002001-1.fc29.noarch.rpm (info) (download)
Changelog * 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 * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.000000-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.000000-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.000000-2 - Perl 5.26 rebuild * Mon May 22 2017 Paul Howarth <paul@city-fan.org> - 1.000000-1 - Update to 1.000000 - Repackage as 1.000000 - All shipped files are now GPL+ or Artistic - Drop EL-5 support - Drop BuildRoot: and Group: tags - Drop explicit buildroot cleaning in %install section - Drop explicit %clean section * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.044-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Jan 30 2017 Paul Howarth <paul@city-fan.org> - 0.044-1 - Update to 0.044 - Support { -as => CODE } to programmatically rename functions - Restructure documentation - Simplify find command using -delete