SlackBuildsOrg/perl/perl-Exporter-Lite
Shahab Vahedi a78e95d932
perl/perl-Exporter-Lite: Added (lightweight exporting of functions and variables).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-06-15 07:37:46 +07:00
..
perl-Exporter-Lite.info
perl-Exporter-Lite.SlackBuild
README
slack-desc

Exporter::Lite is an alternative to Exporter, intended to provide a
lightweight subset of the most commonly-used functionality. It supports
import(), @EXPORT and @EXPORT_OK and not a whole lot else.

Exporter::Lite simply exports its import() function into your namespace.
This might be called a "mix-in" or a "role".

If you have local Perl set up and override the "install base" parameter
through the $PERL_MB_OPT or $PERL_MM_OPT variables then the build will
fail.