Exporter::Extensible

This perl module helps you write modules which export things. It's main feature is that the modules based on this design can be extended and combined with eachother in ways not possible with other exporters. It also offers a rich feature set, efficient operation, and no non-core dependencies.

You can install the latest stable release of this module from CPAN:

cpanm Exporter::Extensible

or build and install this source code with the Dist::Zilla tool:

dzil build
cpanm ./Exporter-Extensible-$VERSION

The source is found at

http://github.com/nrdvana/perl-Exporter-Extensible