Fri, 03 May 2024 00:12:35 UTC | login

Information for build perl-Exporter-Tiny-1.006000-1.fc37

ID221985
Package Nameperl-Exporter-Tiny
Version1.006000
Release1.fc37
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
StartedWed, 11 Jan 2023 06:46:58 UTC
CompletedWed, 11 Jan 2023 06:46:58 UTC
Tags
f37
f38
RPMs
src
perl-Exporter-Tiny-1.006000-1.fc37.src.rpm (info) (download)
noarch
perl-Exporter-Tiny-1.006000-1.fc37.noarch.rpm (info) (download)
Changelog * Mon Nov 21 2022 Paul Howarth <paul@city-fan.org> - 1.006000-1 - Update to 1.006000 - Introduced lexical exporter support on Perl 5.11.2+ using the Lexical::Var module - Refactored the Perl 5.37.2+ lexical exporter support * Sat Oct 15 2022 Paul Howarth <paul@city-fan.org> - 1.004004-1 - Update to 1.004004 - Minor corrections to QuickStart page in the manual * Fri Sep 30 2022 Paul Howarth <paul@city-fan.org> - 1.004003-1 - Update to 1.004003 Bug Fixes - If exporting non-CODE items that happen to have the same name as exported CODE items, their export was quietly being blocked; these exports should now work (GH#9) - Using ! with a tag now works; it was previously documented as working but not implemented (GH#8) * Tue Sep 20 2022 Paul Howarth <paul@city-fan.org> - 1.004002-1 - Update to 1.004002 - Fix for t/15nonhashvalue.t on old versions of Test::More that don't support 'done_testing' * Sat Sep 10 2022 Paul Howarth <paul@city-fan.org> - 1.004001-1 - Update to 1.004001 - Fix handling of non-hashref references in import list * Mon Aug 29 2022 Paul Howarth <paul@city-fan.org> - 1.004000-1 - Update to 1.004000 - Provide an experimental '-lexical' export option on Perl 5.37.2+ - Quote $1 when passing it as a parameter to a function (GH#7) - Use SPDX-format license tag - Use %license unconditionally - Package new NEWS file * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.002002-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.002002-8 - Perl 5.36 rebuild * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.002002-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.002002-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.002002-5 - Perl 5.34 rebuild * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.002002-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild