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

Rework mesa-dri to use symlink (85% size free), thanks alanyih
author Stanislas Leduc <shann@slitaz.org>
date Mon Jun 03 16:29:38 2024 +0000 (8 months ago)
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.