This package browser is in early development. Mind the rough edges.

perl-exporter 5.74

Default import method for modules

Exporter implements an import method which allows a module to export functions and variables to its users' namespaces. Many modules use Exporter rather than implementing their own import method because Exporter provides a highly flexible interface, with an implementation optimised for the common case.

Installation

Install perl-exporter 5.74 as follows:

guix install perl-exporter@5.74

Or install the latest version:

guix install perl-exporter

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.