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

perl-module-implementation 0.09

Loads alternate underlying implementations for a module

This module abstracts out the process of choosing one of several underlying implementations for a module. This can be used to provide XS and pure Perl implementations of a module, or it could be used to load an implementation for a given OS or any other case of needing to provide multiple implementations.

Installation

Install perl-module-implementation 0.09 as follows:

guix install perl-module-implementation@0.09

Or install the latest version:

guix install perl-module-implementation

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.