1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/p5-Exporter/pkg-descr
Sunpoet Po-Chuan Hsieh 656547c80e - Add p5-Exporter 5.66
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>
2012-04-10 16:52:16 +00:00

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/