Skip to content

rafl/puppet-perlbrew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published