NAME
Rex::Lang::Perl::Perlbrew - Module to install and use Perlbrew.
USAGE
Put it in your Rexfile
use Rex::Lang::Perl::Perlbrew;
# set the perlbrew root
# defaults to: /opt/perlbrew
set perlbrew => root => "/opt/myperl";
task "prepare", sub {
perlbrew -install;
perlbrew -install => qw/
perl-5.16.0
cpanm
/;
perlbrew -use => "perl-5.16.0";
run "perl -v";
};
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 163:
=back without =over