diff options
author | Shahab Vahedi <list+sbo@vahedi.org> | 2024-06-12 23:53:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-15 07:37:46 +0700 |
commit | a78e95d932fb787875fbef0afe42c9f5ed82ee4e (patch) | |
tree | c84468af1a1cf96159e04081260ce287a431158b /perl/perl-Exporter-Lite/README | |
parent | 5956790ea5e56b9be6bb7535c272a2e993cfb67d (diff) |
perl/perl-Exporter-Lite: Added (lightweight exporting of functions and variables).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Exporter-Lite/README')
-rw-r--r-- | perl/perl-Exporter-Lite/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/perl/perl-Exporter-Lite/README b/perl/perl-Exporter-Lite/README new file mode 100644 index 0000000000000..6703fe12a454d --- /dev/null +++ b/perl/perl-Exporter-Lite/README @@ -0,0 +1,10 @@ +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. |