perl-module-manifest 1.09
Parse and examine a Perl distribution `MANIFEST' file
Module::Manifest
is a simple utility module created originally for use in Module::Inspector
.
It can load a MANIFEST
file that comes in a Perl distribution tarball, examine the contents, and perform some simple tasks. It can also load the MANIFEST.SKIP
file and check that.
- Website: https://metacpan.org/release/Module-Manifest
- Licenses: GPL 1+
- Package source: gnu/packages/perl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install perl-module-manifest 1.09
as follows:
guix install perl-module-manifest@1.09
Or install the latest version:
guix install perl-module-manifest
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.