wok-current annotate perl-exporter-tiny/description.txt @ rev 24331

updated attr and attr-dev (2.4.48 -> 2.5.1)
author Hans-Günter Theisgen
date Thu Jan 27 17:14:58 2022 +0100 (2022-01-27)
parents
children
rev   line source
Hans-Günter@24203 1 Exporter::Tiny supports many of Sub::Exporter's external-facing
Hans-Günter@24203 2 features including renaming imported functions with the -as,
Hans-Günter@24203 3 -prefix and -suffix options; explicit destinations with the into
Hans-Günter@24203 4 option; and alternative installers with the installer option.
Hans-Günter@24203 5 But it's written in only about 40% as many lines of code and with
Hans-Günter@24203 6 zero non-core dependencies.
Hans-Günter@24203 7
Hans-Günter@24203 8 Its internal-facing interface is closer to Exporter.pm, with
Hans-Günter@24203 9 configuration done through the @EXPORT, @EXPORT_OK and
Hans-Günter@24203 10 %EXPORT_TAGS package variables.