Ansible playbook to install system wide Perl and its module using cpanm with cpanfile
On the other day, I posted How to install system wide perl5.18 on CentOS6.5 and I wrote an Ansible playbook to do this.
Here is the codes:
main.yml which has 2 shell scripts
Install System Perl on /opt/perl5 with plenv
Install Perl modules using cpanm with cpanfile
cpanfile











