Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
{
  "name": "perl",
  "version": "1.2.0",
  "description": "Installs perl and provides a define for maintaining CPAN modules",
  "long_description": "perl Cookbook\n=============\nManages Perl installation and provides `cpan_module`, to install modules from... CPAN.\n\n\nRequirements\n------------\n### Platforms\n- Debian/Ubuntu/Mint\n- RHEL/CentOS/Scientific/Oracle/Fedora\n- ArchLinux\n- Windows\n\n\nAttributes\n----------\n- perl\\['packages'\\] - platform specific packages installed by default recipe\n- perl\\['cpanm'\\]\\['path'\\] - platform specific path for `cpanm` binary to live\n- perl\\['cpanm'\\]\\['url'\\] - URL to download cpanm script from\n- perl\\['cpanm'\\]\\['checksum'\\] - checksum for the above remote file\n\n\nUsage\n-----\nTo install a module from CPAN:\n\n```ruby\ncpan_module 'App::Munchies'\n```\n\nOptionally, installation can forced with the 'force' parameter.\n\n```ruby\ncpan_module 'App::Munchies'\n  force true\nend\n\n\nLicense & Authors\n-----------------\n- Author:: Joshua Timberman (<joshua@opscode.com>)\n\n```text\nCopyright:: 2009, Opscode, Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n",
  "maintainer": "Opscode, Inc.",
  "maintainer_email": "cookbooks@opscode.com",
  "license": "Apache 2.0",
  "platforms": {
    "ubuntu": ">= 0.0.0",
    "debian": ">= 0.0.0",
    "mint": ">= 0.0.0",
    "redhat": ">= 0.0.0",
    "centos": ">= 0.0.0",
    "amazon": ">= 0.0.0",
    "scientific": ">= 0.0.0",
    "oracle": ">= 0.0.0",
    "fedora": ">= 0.0.0",
    "arch": ">= 0.0.0"
  },
  "dependencies": {
  },
  "recommendations": {
  },
  "suggestions": {
  },
  "conflicting": {
  },
  "providing": {
  },
  "replacing": {
  },
  "attributes": {
  },
  "groupings": {
  },
  "recipes": {
    "perl": "Installs perl and adds a provider to install cpan modules"
  }
}