perlbrew
Manage Perl installations in the home directory. See also: asdf. More information: <https://github.com/gugod/App-perlbrew>.
Install
- All systems
-
curl cmd.cat/perlbrew.sh
- Debian
-
apt-get install perlbrew
- Ubuntu
-
apt-get install perlbrew
- Arch Linux
-
pacman -S perlbrew
- Kali Linux
-
apt-get install perlbrew
- Fedora
-
dnf install perlbrew
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install perlbrew
- Raspbian
-
apt-get install perlbrew
- Dockerfile
- dockerfile.run/perlbrew
Manage Perl installations in the home directory. See also: asdf. More information: <https://github.com/gugod/App-perlbrew>.
-
Initialize a `perlbrew` environment:
perlbrew init
-
List available Perl versions:
perlbrew available
-
Install/uninstall a Perl version:
perlbrew install|uninstall version
-
List perl installations:
perlbrew list
-
Switch to an installation and set it as default:
perlbrew switch perl-version
-
Use the system Perl again:
perlbrew off
-
List installed CPAN modules for the installation in use:
perlbrew list-modules
-
Clone CPAN modules from one installation to another:
perlbrew clone-modules source_installation destination_installation
© tl;dr; authors and contributors