From 3c8da34c73b79af1e9c4c4a7146e6c2f4048358a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 19 Dec 2024 20:11:18 +0200 Subject: [PATCH] refactor(registry): use aqua:skaji/relocatable-perl for perl --- docs/registry.md | 2 +- registry.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/registry.md b/docs/registry.md index ef39539e43..8f0a0a1a0e 100644 --- a/docs/registry.md +++ b/docs/registry.md @@ -564,7 +564,7 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli | pdm | [pipx:pdm](https://pypi.org/project/pdm) [asdf:1oglop1/asdf-pdm](https://github.com/1oglop1/asdf-pdm) | | peco | [aqua:peco/peco](https://github.com/peco/peco) [asdf:asdf-community/asdf-peco](https://github.com/asdf-community/asdf-peco) | | periphery | [asdf:MontakOleg/asdf-periphery](https://github.com/MontakOleg/asdf-periphery) | -| perl | [asdf:ouest/asdf-perl](https://github.com/ouest/asdf-perl) | +| perl | [aqua:skaji/relocatable-perl](https://github.com/skaji/relocatable-perl) [asdf:ouest/asdf-perl](https://github.com/ouest/asdf-perl) | | php | [asdf:asdf-community/asdf-php](https://github.com/asdf-community/asdf-php) [vfox:version-fox/vfox-php](https://github.com/version-fox/vfox-php) | | pint | [aqua:cloudflare/pint](https://github.com/cloudflare/pint) [asdf:sam-burrell/asdf-pint](https://github.com/sam-burrell/asdf-pint) | | pipectl | [aqua:pipe-cd/pipecd/pipectl](https://github.com/pipe-cd/pipecd/pipectl) [asdf:pipe-cd/asdf-pipectl](https://github.com/pipe-cd/asdf-pipectl) | diff --git a/registry.toml b/registry.toml index 733792daad..abf450d396 100644 --- a/registry.toml +++ b/registry.toml @@ -1220,7 +1220,7 @@ pdm.backends = ["pipx:pdm", "asdf:1oglop1/asdf-pdm"] pdm.test = ["pdm --version", "PDM, version {{version}}"] peco.backends = ["aqua:peco/peco", "asdf:asdf-community/asdf-peco"] periphery.backends = ["asdf:MontakOleg/asdf-periphery"] -perl.backends = ["asdf:ouest/asdf-perl"] +perl.backends = ["aqua:skaji/relocatable-perl", "asdf:ouest/asdf-perl"] php.backends = ["asdf:asdf-community/asdf-php", "vfox:version-fox/vfox-php"] pint.backends = ["aqua:cloudflare/pint", "asdf:sam-burrell/asdf-pint"] pipectl.backends = ["aqua:pipe-cd/pipecd/pipectl", "asdf:pipe-cd/asdf-pipectl"]