wok view perl-exporter-tiny/description.txt @ rev 25018

updated openjpeg, openjpeg-dev and openjpeg-tools again (1.5.0 -> 1.5.2)
author Hans-G?nter Theisgen
date Wed May 18 07:14:08 2022 +0100 (2022-05-18)
parents
children
line source
1 Exporter::Tiny supports many of Sub::Exporter's external-facing
2 features including renaming imported functions with the -as,
3 -prefix and -suffix options; explicit destinations with the into
4 option; and alternative installers with the installer option.
5 But it's written in only about 40% as many lines of code and with
6 zero non-core dependencies.
8 Its internal-facing interface is closer to Exporter.pm, with
9 configuration done through the @EXPORT, @EXPORT_OK and
10 %EXPORT_TAGS package variables.