linux-on-ibm-z/perl

Name: perl

Owner: LinuxONE and Linux on z Systems Open-source Team

Description: Development repository for Chef Cookbook perl

Created: 2016-04-12 16:36:16.0

Updated: 2016-04-12 16:36:16.0

Pushed: 2016-04-13 04:37:43.0

Homepage: https://supermarket.chef.io/cookbooks/perl

Size: 204

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

perl Cookbook

Build Status Cookbook Version

Manages Perl installation and provides cpan_module, to install modules from… CPAN.

Requirements
Platforms
Chef
Cookbooks
Attributes
Usage

To install a module from CPAN:

_module 'App::Munchies'

Optionally, installation can forced with the 'force' parameter.

_module 'App::Munchies'
rce true

You can also use cpanm's version mechanism to grab a specific version, or glob a version.

Exactly version 1.01 of App::Munchies will be installed:

_module 'App::Munchies'
rsion '== 1.01'

At least version 1.01 of App::Munchies will be installed:

_module 'App::Munchies'
rsion '1.01'

At least version 1.01 will be installed, but not version 2:

_module 'App::Munchies'
rsion '>= 1.01, < 2.0'

Additionally, you can use the cpan_module LWRP to delete a given package (uses cpanm's --uninstall param)

_module 'App::Munchies'
tion :uninstall

License & Authors

Author: Cookbook Engineering Team (cookbooks@chef.io)

Copyright: 2009-2015, Chef Software, Inc.

nsed under the Apache License, Version 2.0 (the "License");
may not use this file except in compliance with the License.
may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

ss required by applicable law or agreed to in writing, software
ributed under the License is distributed on an "AS IS" BASIS,
OUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
the License for the specific language governing permissions and
tations under the License.

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.