Package : perl-Exporter > RPM : perl-Exporter-5.730.0-1.mga7.src.rpm

Basic items

Name perl-Exporter
Version 5.730.0
Release 1.mga7
URL http://search.cpan.org/dist/Exporter
Group Development/Perl
Summary Implements default import method for modules
Size 21KB
Arch noarch
License GPL+ or Artistic

Description

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.

Media information

Distribution release Mageia 7
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2018-10-17 14:16:59
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie