[ol8_codeready_builder] perl-Exporter-Tiny-1.000000-4.el8.noarch

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.

Related Packages (Show Changelog) (Show Filelist)