{"id":15286151,"url":"https://github.com/example42/puppet-perl","last_synced_at":"2025-10-07T01:30:31.473Z","repository":{"id":7419922,"uuid":"8754232","full_name":"example42/puppet-perl","owner":"example42","description":"Puppet module to manage Perl and CPAN modules","archived":true,"fork":false,"pushed_at":"2018-05-14T13:01:34.000Z","size":51,"stargazers_count":4,"open_issues_count":11,"forks_count":26,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-05-08T22:06:54.518Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Puppet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/example42.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-13T14:39:30.000Z","updated_at":"2023-12-11T21:49:25.000Z","dependencies_parsed_at":"2022-09-10T08:40:54.008Z","dependency_job_id":null,"html_url":"https://github.com/example42/puppet-perl","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/example42%2Fpuppet-perl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/example42%2Fpuppet-perl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/example42%2Fpuppet-perl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/example42%2Fpuppet-perl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/example42","download_url":"https://codeload.github.com/example42/puppet-perl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235569498,"owners_count":19011184,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-30T15:10:46.845Z","updated_at":"2025-10-07T01:30:31.137Z","avatar_url":"https://github.com/example42.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deprecation notice\n\nThis module was designed for Puppet versions 2 and 3. It should work also on Puppet 4 but doesn't use any of its features.\n\nThe current Puppet 3 compatible codebase is no longer actively maintained by example42.\n\nStill, Pull Requests that fix bugs or introduce backwards compatible features will be accepted.\n\n\n# Puppet module: perl\n\nThis is a Puppet module to manage perl and perl modules on CPAN.\n\nBased on Example42 layouts by Alessandro Franceschi / Lab42\n\nOfficial site: http://www.example42.com\n\nOfficial git repository: http://github.com/example42/puppet-perl\n\nModule development sponsored by [JobRapido](http://www.jobrapido.com)\n\nReleased under the terms of Apache 2 License.\n\nThis module requires the presence of Example42 Puppi module in your modulepath.\n\n## USAGE - Modules installation\n\n* Install a module via CPAN Minus\n\n        include ::perl # You need the perl main class to be already evaluated         perl::module { 'Path::Class': }\n\n* Install a module via CPAN command\n\n        include ::perl\n        perl::cpan::module { 'Path::Class': }\n\n* Remove a module previously installed via CPAN Minus\n\n        perl::module { 'Path::Class':\n          ensure =\u003e absent,\n        }\n\n* Install a module using the OS packages\n\n        perl::module { 'YAML::Perl':\n          use_package =\u003e true,\n        }\n\nNote that the prefix name of the package (perl-) is automatically added and the :: are converted to -.\nThe actual package installed in this case is therefore: perl-YAML-Perl \n\n* Install a module from the given url\n\n        perl::module { 'My::Module':\n          url =\u003e 'http://repo.example42.com/perl/my-module.tgz',\n        }\n\n* Install a module (via cpan) setting environment variables\n\n        perl::module { 'Path::Class':\n          exec_environment =\u003e [ \"http_proxy=http://proxy.example42.com:8080\" , \"https_proxy=https://proxy.example42.com:8080\" ],\n        }\n\n\n## USAGE - Basic management\n\n* Install perl with default settings\n\n        class { 'perl': }\n\n* Install a specific version of perl package\n\n        class { 'perl':\n          version =\u003e '1.0.1',\n        }\n\n* Remove perl resources\n\n        class { 'perl':\n          absent =\u003e true\n        }\n\n* Automatically include a custom subclass\n\n        class { 'perl':\n          my_class =\u003e 'example42::my_perl',\n        }\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexample42%2Fpuppet-perl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexample42%2Fpuppet-perl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexample42%2Fpuppet-perl/lists"}