KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
puppet-perlbrew
★ 17
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
facebook-liferay-integration
:
Facebook integration in Liferay
duplicate
:
Gedit plugin to duplicate lines
cl-murmurhash
:
The 32-bit version of Murmurhash3 for Common Lisp.
hurricanes
:
hurricane mapping experiments
INKeychainAccess
:
[DEPRECATED] Objective-C Keychain Services Wrapper for OS X and iOS
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
puppet-perlbrew
?
Download (.md)
# NAME *puppet-perlbrew* This puppet module features the tool perlbrew. Perlbrew can be used to install different Perl versions on your OS. # SYNOPSIS ```puppet 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.