Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Exporter | Distribution: Mageia |
Version: 5.780.0 | Vendor: Mageia.Org |
Release: 1.mga10 | Build date: Mon Jan 1 17:41:13 2024 |
Group: Development/Perl | Build host: localhost |
Size: 58430 | Source RPM: perl-Exporter-5.780.0-1.mga10.src.rpm |
Packager: tv <tv> | |
Url: https://metacpan.org/release/Exporter | |
Summary: Implements default import method for modules |
The Exporter module implements an 'import' method which allows a module to export functions and variables to its users' namespaces. Many modules use Exporter rather than implementing their own 'import' method because Exporter provides a highly flexible interface, with an implementation optimised for the common case. Perl automatically calls the 'import' method when processing a 'use' statement for a module. Modules and 'use' are documented in the perlfunc manpage and the perlmod manpage. Understanding the concept of modules and how the 'use' statement operates is important to understanding the Exporter. How to Export The arrays '@EXPORT' and '@EXPORT_OK' in a module hold lists of symbols that are going to be exported into the users name space by default, or which they can request to be exported, respectively. The symbols can represent functions, scalars, arrays, hashes, or typeglobs. The symbols must be given by full name with the exception that the ampersand in front of a function is optional, e.g.
GPL+ or Artistic
* Mon Jan 01 2024 tv <tv> 5.780.0-1.mga10 + Revision: 2025408 - update to 5.78 * Fri Feb 03 2023 tv <tv> 5.770.0-1.mga9 + Revision: 1937860 - update to 5.77 * Mon Mar 21 2022 umeabot <umeabot> 5.740.0-3.mga9 + Revision: 1812234 - Mageia 9 Mass Rebuild
/usr/share/doc/perl-Exporter /usr/share/doc/perl-Exporter/Changes /usr/share/doc/perl-Exporter/META.json /usr/share/doc/perl-Exporter/META.yml /usr/share/doc/perl-Exporter/MYMETA.yml /usr/share/doc/perl-Exporter/README /usr/share/man/man3/Exporter.3pm.xz /usr/share/man/man3/Exporter::Heavy.3pm.xz /usr/share/perl5/vendor_perl/Exporter /usr/share/perl5/vendor_perl/Exporter.pm /usr/share/perl5/vendor_perl/Exporter/Heavy.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Jan 2 07:45:44 2025