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

perl-pod-constants 0.19

Include constants from POD

This module allows you to specify those constants that should be documented in your POD, and pull them out a run time in a fairly arbitrary fashion.

Pod::Constants uses Pod::Parser to do the parsing of the source file. It has to open the source file it is called from, and does so directly either by lookup in %INC or by assuming it is $0 if the caller is main (or it can't find %INCcaller()).

Installation

Install perl-pod-constants 0.19 as follows:

guix install perl-pod-constants@0.19

Or install the latest version:

guix install perl-pod-constants

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.