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

updated perl-exporter-tiny (1.002001 -> 1.002002)
author Hans-G?nter Theisgen
date Fri Dec 31 15:25:57 2021 +0100 (2021-12-31)
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.