macOS
brew install plenvlocal Homebrew formula metadata
brew / rang 8669
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de plenv pour les workflows d'agents IA.
installation
brew install plenvlocal Homebrew formula metadata
aperçu
Perl binary manager
historique
plenv is a shell-oriented Perl version manager that selects system, global, project-local, or shell-specific Perl installations through shims.
Tokuhiro Matsuno created plenv as a Perl binary manager inspired substantially by rbenv. The project adopted rbenv's shims and directory-local version-selection model while adding Perl-specific commands such as `install-cpanm` and `migrate-modules`.
The README explicitly contrasts plenv with perlbrew: both install user-local Perl runtimes, but plenv is implemented in Bash, uses executable shims, and selects a local runtime through `.perl-version`.
plenv became available through Homebrew for macOS while retaining a source-checkout installation usable on Unix-like systems. It occupies the Perl version-management niche alongside perlbrew and is commonly paired with perl-build to compile Perl releases.
Users initialize plenv in their shell, install Perl versions through the perl-build plugin, select a global version with `plenv global`, or write a project-local `.perl-version` with `plenv local`. After installing executables or CPAN tools, `plenv rehash` refreshes the shims.
plenv brings the rbenv shim model to Perl: version choice is represented by a small project file rather than by rewriting the shell environment for every switch. This makes per-project runtime selection transparent, reproducible, and friendly to shell tooling.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
./.perl-version$PLENV_ROOT/versionexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
plenv | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/tokuhirom/plenv
métadonnées d'installation
| Clé du paquet | brew:plenv |
|---|---|
| Version | 2.3.1 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/plenv |
| Page d'accueil | https://github.com/tokuhirom/plenv |
| Dépôt | https://github.com/tokuhirom/plenv |
| Licence | Artistic-1.0-Perl OR GPL-1.0-or-later |
| Archive source | https://github.com/tokuhirom/plenv/archive/refs/tags/2.3.1.tar.gz |
| Dépendances | perl-build |
| Bouteille | disponible (sur all) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
| Précautions | To enable shims add to your profile: if which plenv > /dev/null; then eval "$(plenv init -)"; fi With zsh, add to your .zshrc: if which plenv > /dev/null; then eval "$(plenv init - zsh)"; fi With fish, add to your config.fish if plenv > /dev/null; plenv init - | source ; end |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | plenv |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
piste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.