wok diff perl-exporter-tiny/description.txt @ rev 24870

updated lxpanel, lxpanel-dev and lxpanel-extra (0.10.0 -> 0.10.1)
author Hans-G?nter Theisgen
date Thu Mar 31 07:03:25 2022 +0100 (2022-03-31)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-exporter-tiny/description.txt	Thu Mar 31 07:03:25 2022 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +Exporter::Tiny supports many of Sub::Exporter's external-facing
     1.5 +features including renaming imported functions with the -as,
     1.6 +-prefix and -suffix options; explicit destinations with the into
     1.7 +option; and alternative installers with the installer option.
     1.8 +But it's written in only about 40% as many lines of code and with
     1.9 +zero non-core dependencies.
    1.10 +
    1.11 +Its internal-facing interface is closer to Exporter.pm, with
    1.12 +configuration done through the @EXPORT, @EXPORT_OK and
    1.13 +%EXPORT_TAGS package variables.