Name: | perl-Exporter-Tiny |
---|---|
Version: | 1.006002 |
Release: | 7.el10 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 90117 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: | perl-Exporter-Tiny-1.006002-7.el10.noarch.rpm |
Source RPM: | perl-Exporter-Tiny-1.006002-7.el10.src.rpm |
Build Date: | Tue Jan 28 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://exportertiny.github.io/ |
Summary: | An exporter with the features of Sub::Exporter but only core dependencies |
Description: | Exporter::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. |
- Bump release for October 2024 mass rebuild: Resolves: RHEL-64018
- Package tests
- Bump release for June 2024 mass rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Update to 1.006002 Documentation - Link to Exporter::Almighty in pod - Update copyright dates Packaging - Set homepage in metadata to https://exportertiny.github.io
- Update to 1.006001 Documentation - Don't mention Alt::Lexical::Var::ButSupportModernPerl in manual Packaging - No longer dynamically recommend Alt::Lexical::Var::ButSupportModernPerl
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- 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