Name: | perl-Exporter-Tiny |
---|---|
Version: | 1.000000 |
Release: | 4.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 83367 |
License: | GPL+ or Artistic |
RPM: | perl-Exporter-Tiny-1.000000-4.el8.noarch.rpm |
Source RPM: | perl-Exporter-Tiny-1.000000-4.el8.src.rpm |
Build Date: | Fri May 03 2019 |
Build Host: | ca-build101.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Exporter-Tiny/ |
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. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Perl 5.26 rebuild
- 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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Update to 0.044 - Support { -as => CODE } to programmatically rename functions - Restructure documentation - Simplify find command using -delete
- Perl 5.24 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Perl 5.22 rebuild