freebsd-ports/devel/p5-Importer/pkg-descr
Sunpoet Po-Chuan Hsieh b1fd644827 - Add p5-Importer 0.024
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: http://search.cpan.org/dist/Importer/
2016-10-29 08:43:43 +00:00

7 lines
424 B
Text

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: http://search.cpan.org/dist/Importer/