pkg.soopen package index

brew / Rang 8669

plenv mit Homebrew installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für plenv in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install plenv

local Homebrew formula metadata

Überblick

Paketzusammenfassung

Perl binary manager

Befehle und Aliase

  • plenv

Verlauf

Projektgeschichte und Nutzung

plenv is a shell-oriented Perl version manager that selects system, global, project-local, or shell-specific Perl installations through shims.

Projektgeschichte

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`.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 2013: The inherited rbenv code identified in plenv's license dates from this period.
  • Later releases: `.perl-version` replaced the older `.plenv-version` name, with backward-compatible reading retained.

Related projects

  • perl-build supplies the usual `plenv install` command; Carton supports application dependency workflows; plenv-contrib adds extensions; perlbrew is the principal alternative discussed by the project; and rbenv supplied the core design inspiration.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 1 Plattformziele verfügbar.
  • Installiert mit 1 Laufzeitabhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
./.perl-version$PLENV_ROOT/version

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
plenvcliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-09-19
Manager-Version2.3.1
Manager aktualisiert
lokale DatenOK
Upstreamaktuell
neueste erkannte Version2.3.1

https://github.com/tokuhirom/plenv

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:plenv
Version2.3.1
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/plenv
Homepagehttps://github.com/tokuhirom/plenv
Repositoryhttps://github.com/tokuhirom/plenv
LizenzArtistic-1.0-Perl OR GPL-1.0-or-later
Quellarchivhttps://github.com/tokuhirom/plenv/archive/refs/tags/2.3.1.tar.gz
Abhängigkeitenperl-build
Bottleverfügbar (auf all)
Homebrew post-installnicht definiert
Dienstkeiner deklariert
EinschränkungenTo 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

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameplenv
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation