libimport-into-perl

module for importing packages into other packages

Description

Import::Into creates a global method import::into which you can call on any package to import it into another package. This is useful because there are many different ways to write exporters: some use Exporter, some use Sub::Exporter, some use Moose::Exporter, some use Exporter::Declare and some things are pragmas.

And if you want to re-export other things, you have to know which is which. Exporter subclasses provide export_to_level, but if they overrode their import method all bets are off. Sub::Exporter provides an into parameter but figuring out something used it isn't trivial. Pragmas need to have their import method called directly since they affect the current unit of compilation. Import::Into can be used to import packages into other packages without having to deal with the specific details of every exporting approach.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/Import-Into


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libimport-into-perl