pkg.soopen package index

brew / 順位 8669

plenv を Homebrew でインストール

plenv のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install plenv

local Homebrew formula metadata

概要

パッケージ概要

Perl binary manager

コマンドとエイリアス

  • plenv

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

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

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

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

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
plenvcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-09-19
マネージャ版2.3.1
マネージャ更新日
ローカルデータOK
上流最新
検出された最新2.3.1

https://github.com/tokuhirom/plenv

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:plenv
バージョン2.3.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/plenv
ホームページhttps://github.com/tokuhirom/plenv
リポジトリhttps://github.com/tokuhirom/plenv
ライセンスArtistic-1.0-Perl OR GPL-1.0-or-later
ソースアーカイブhttps://github.com/tokuhirom/plenv/archive/refs/tags/2.3.1.tar.gz
依存関係perl-build
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし
注意点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

レジストリ情報

ソースデータベース詳細

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

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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