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

perl-json-maybexs 1.004003

Cpanel::JSON::XS with fallback

This module first checks to see if either Cpanel::JSON::XS or JSON::XS is already loaded, in which case it uses that module. Otherwise it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and either uses the first module it finds or throws an error.

Installation

Install perl-json-maybexs 1.004003 as follows:

guix install perl-json-maybexs@1.004003

Or install the latest version:

guix install perl-json-maybexs

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.