Perl Language Version Management
Version management tools for Perl. Integrate with CPAN modules and use different Perl versions per project.
GitHub Star Comparison
| No | Name | GitHub Stars | Description | Trend | License | Type | Official Site |
|---|---|---|---|---|---|---|---|
| 1 | perlbrew | ⭐ 728 | Admin-free Perl installation management tool. Installs and manages multiple isolated Perl universes in home directory | Established as standard tool in Perl community. Widely used with years of proven track record and rich features | MIT | Version Manager | Official |
| 2 | plenv | ⭐ 524 | rbenv-style Perl version manager. Provides simple shim-based switching and per-directory version management | Supported by rbenv users and developers seeking simplicity. Incompatible with perlbrew but has unique advantages | MIT | Version Manager | Official |
| 3 | berrybrew | ⭐ 64 | Strawberry Perl version manager for Windows. Implemented in C#, manages multiple versions without admin privileges | Standard tool for Perl development on Windows. Distribution via Chocolatey package manager expanding adoption | BSD-2-Clause | Version Manager | Official |