Manage Perl modules using CPAN
New in version 2015.5.0.
Install a Perl module from CPAN
CLI Example:
salt '*' cpan.install Template::Alloy
List installed Perl modules, and the version installed
CLI Example:
salt '*' cpan.list
Attempt to remove a Perl module that was installed from CPAN. Because the
cpan
command doesn't actually support "uninstall"-like functionality,
this function will attempt to do what it can, with what it has from CPAN.
Until this function is declared stable, USE AT YOUR OWN RISK!
CLI Example:
salt '*' cpan.remove Old::Package
Show information about a specific Perl module
CLI Example:
salt '*' cpan.show Template::Alloy
Return a dict of CPAN configuration values
CLI Example:
salt '*' cpan.show_config
Generated on October 23, 2024 at 09:02:05 UTC.
You are viewing docs for the previous stable release, 3006.9. Switch to docs for the latest stable release, 3007.1, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy