rafl / puppet-perlbrew

Artistic License 2.0
17 stars 8 forks source link

NAME

puppet-perlbrew

This puppet module features the tool perlbrew. Perlbrew can be used to install different Perl versions on your OS.

SYNOPSIS

class { "perlbrew": }
perlbrew::build { "5.8.9":
  version => "5.8.9",
}
perlbrew::install_cpanm { "5.8.9": }
perlbrew::install_module { "Log::Log4perl": perl => "5.8.9" }

LICENSE

This module is licensed under The Artistic License 2.0 which is included in this package. Perlbrew is licensed under the MIT license.