{"id":28765381,"url":"https://github.com/ouest/asdf-perl","last_synced_at":"2026-03-08T18:37:47.245Z","repository":{"id":37226428,"uuid":"282178100","full_name":"ouest/asdf-perl","owner":"ouest","description":"Perl plugin for the asdf version manager","archived":false,"fork":false,"pushed_at":"2023-07-27T20:49:16.000Z","size":45,"stargazers_count":34,"open_issues_count":3,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-17T11:02:01.344Z","etag":null,"topics":["asdf","asdf-plugin","perl"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ouest.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-07-24T09:28:36.000Z","updated_at":"2025-05-14T13:41:02.000Z","dependencies_parsed_at":"2023-01-31T20:00:33.732Z","dependency_job_id":"a47ff0f1-f28a-4b18-8693-963bac0ade9e","html_url":"https://github.com/ouest/asdf-perl","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ouest/asdf-perl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ouest%2Fasdf-perl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ouest%2Fasdf-perl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ouest%2Fasdf-perl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ouest%2Fasdf-perl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ouest","download_url":"https://codeload.github.com/ouest/asdf-perl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ouest%2Fasdf-perl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260346850,"owners_count":22995142,"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":["asdf","asdf-plugin","perl"],"created_at":"2025-06-17T11:01:24.946Z","updated_at":"2026-03-08T18:37:47.239Z","avatar_url":"https://github.com/ouest.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# asdf-perl [![Build](https://github.com/ouest/asdf-perl/actions/workflows/build.yml/badge.svg)](https://github.com/ouest/asdf-perl/actions/workflows/build.yml) [![Lint](https://github.com/ouest/asdf-perl/actions/workflows/lint.yml/badge.svg)](https://github.com/ouest/asdf-perl/actions/workflows/lint.yml)\n\n[Perl](https://www.perl.org/) plugin for the [asdf version manager](https://asdf-vm.com).\n\u003c/div\u003e\n\n# Install\n\nPlugin:\n\n```shell\nasdf plugin add perl\n# or\nasdf plugin add perl https://github.com/ouest/asdf-perl.git\n```\n\nPerl:\n\n```shell\n# Show all installable stable versions\nasdf list-all perl\n\n# Install specific version\nasdf install perl latest\n\n# Set a version globally (on your ~/.tool-versions file)\nasdf global perl latest\n\n# Now Perl commands are available\nperl --help\n```\n\nCheck [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to install \u0026 manage versions.\n\n## Show all installable version of Perl\nSet the `ASDF_PERL_DEVEL` environment variable to list development versions of Perl in addition to stable versions.\n```\nenv ASDF_PERL_DEVEL=1 asdf list-all perl\n```\n\n## Set Perl build args\nSet the `ASDF_PERL_BUILD_ARGS` environment variable to set build arguments for Perl installation.\n```\nenv ASDF_PERL_BUILD_ARGS='-Dusemultiplicity -Duseshrplib' asdf install perl latest\n```\n\n## Generate man pages\nSet the `ASDF_PERL_GENERATE_MAN` environment variable to generate the perl man pages.\n\n```\nenv ASDF_PERL_GENERATE_MAN=1 asdf install perl latest\n```\n\n## Default perl modules\n\nasdf-perl can automatically install a set of default Perl modules right after installed Perl.\nTo enable this feature, provide a `$HOME/.default-perl-modules` file that lists one module Per line, for example:\n\n```\nApp::Ack\nCGI\nHTML::Template\n```\n\nYou can specify a non-default location of this file by setting the `ASDF_PERL_DEFAULT_PACKAGES_FILE` environment variable.\n\n### Passing extra options to `cpanm` (optional)\n\nIf you need to pass additional flags to `cpanm` when installing the default modules, set the `ASDF_PERL_CPANM_ARGS` environment variable.\nFor example, to increase verbosity:\n\n```\nenv ASDF_PERL_CPANM_ARGS='-v' asdf install perl latest\n```\n\n\u003e ⚠️ Note on `-n` (`--notest`): Skipping tests can hide build or dependency issues. It’s safer to run tests by default and use `-n` only when you fully understand the implications for the specific modules you’re installing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fouest%2Fasdf-perl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fouest%2Fasdf-perl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fouest%2Fasdf-perl/lists"}