mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
656547c80e
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. WWW: http://search.cpan.org/dist/Exporter/ PR: ports/166603 Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
8 lines
362 B
Plaintext
8 lines
362 B
Plaintext
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.
|
|
|
|
WWW: http://search.cpan.org/dist/Exporter/
|