perl-importer
Alternative but compatible interface to modules that export symbols
This module 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.
- Versions: 0.025
- Website: https://metacpan.org/release/Importer
- Licenses: GPL 1+
- Package source: gnu/packages/perl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of perl-importer
as follows:
guix install perl-importer
Or install a particular version:
guix install perl-importer@0.025
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of perl-importer about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/perl-importer'><img src='https://packages.guix.gnu.org/packages/perl-importer/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/perl-importer)
Example Org:
[[https://packages.guix.gnu.org/packages/perl-importer][https://packages.guix.gnu.org/packages/perl-importer/badges/latest-version.svg]]