pkg.soopen package index

brew / 排名 8669

使用 Homebrew 安装 plenv

查看 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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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