mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
424 B
Plaintext
8 lines
424 B
Plaintext
Importer acts as a layer between Exporter and modules which consume exports. It
|
|
is feature-compatible with Exporter, plus some much needed extras. You can use
|
|
this to import symbols from any exporter that follows Exporters specification.
|
|
The exporter modules themselves do not need to use or inherit from the Exporter
|
|
module, they just need to set @EXPORT and/or other variables.
|
|
|
|
WWW: https://metacpan.org/release/Importer
|