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
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.cpan.html