All Projects → rafl → puppet-perlbrew

rafl / puppet-perlbrew

Licence: Artistic-2.0 License
No description, website, or topics provided.

Programming Languages

Puppet
460 projects
ruby
36898 projects - #4 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].