| 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.740.0 | Vendor: Mageia.Org |
| Release: 2.mga8 | Build date: Wed Feb 19 07:58:30 2020 |
| Group: Development/Perl | Build host: localhost |
| Size: 58211 | Source RPM: perl-Exporter-5.740.0-2.mga8.src.rpm |
| Packager: umeabot <umeabot> | |
| Url: http://search.cpan.org/dist/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
* Wed Feb 19 2020 umeabot <umeabot> 5.740.0-2.mga8 + Revision: 1543512 - Mageia 8 Mass Rebuild * Tue Jan 21 2020 tv <tv> 5.740.0-1.mga8 + Revision: 1481850 - update to 5.74 * Wed Oct 17 2018 shlomif <shlomif> 5.730.0-1.mga7 + Revision: 1321452 - update to 5.73 * Wed Sep 19 2018 umeabot <umeabot> 5.720.0-4.mga7 + Revision: 1267870 - Mageia 7 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, Sat Aug 9 13:07:49 2025