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

perl-config-general 2.63

Generic Config Module

This module opens a config file and parses its contents for you. The format of config files supported by Config::General is inspired by the well known Apache config format and is 100% compatible with Apache configs, but you can also just use simple name/value pairs in your config files. In addition to the capabilities of an Apache config file it supports some enhancements such as here-documents, C-style comments, and multiline options.

Installation

Install perl-config-general 2.63 as follows:

guix install perl-config-general@2.63

Or install the latest version:

guix install perl-config-general

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.