Implements default import method for modules
http://search.cpan.org/perldoc?Exporter
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 perlfunc and perlmod. Understanding
the concept of modules and how the use statement operates is important to
understanding the Exporter.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-Exporter && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Exporter-5.77.tar.gz | 0000017504 17.1 KB | |
cpanspec.yml | 0000000547 547 Bytes | |
perl-Exporter.changes | 0000001608 1.57 KB | |
perl-Exporter.spec | 0000002187 2.14 KB |
Revision 10 (latest revision is 12)
Dirk Stoecker (dstoecker)
accepted
request 1061399
from
Tina Müller (tinita)
(revision 10)
- updated to 5.77 see /usr/share/doc/packages/perl-Exporter/Changes 5.77 Mon January 23 2023 - Document non-inheriting as default mechanism - Make Exporter strict and warnings compliant
Comments 0