App-perlbrew icon indicating copy to clipboard operation
App-perlbrew copied to clipboard

Manage perl installations in your $HOME

Results 100 App-perlbrew issues
Sort by recently updated
recently updated
newest added

Hi, I tried to install perl using `perlbrew install perl-5.34.0`. However, this fails: ``` This could take a while. You can run the following command on another shell to track...

On a new AlmaLinux 9.3 install perlbrew does not work because patchperl requires 'deprecate' but this is not installed by default in AL9. Work-around is to install the perl-deprecate package:...

`perlbrew available` tells me that I should be able to install 5.20.3 and 5.22.4 with this application: ``` $ perlbrew available # perl perl-5.39.3 i perl-5.38.0 perl-5.36.1 perl-5.34.1 i perl-5.32.1...

BUG

``` \curl -L https://install.perlbrew.pl | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 170 100 170 0 0...

If you install perlbrew with an alternate $PERLBREW_ROOT say via: ``` setenv PERLBREW_ROOT /tmp/perlbrew curl -L https://install.perlbrew.pl/ | bash ``` the file `$PERLBREW_ROOT/etc/bashrc` get a line at top to set...

This is a standard machine, I've done nothing and this has failed since initial installation: ``` $ perlbrew self-upgrade Can't exec "/tmp/perlbrew": No such file or directory at /home/njh/perl5/perlbrew/bin/perlbrew line...

I executed this command without any result.

The relevant Configure output seems to be: ``` Use which C compiler? [clang] clang: error: invalid arch name '-arch -mmacosx-version-min=12.6' clang: error: invalid arch name '-arch try.c' clang: error: no...

From an OpenBSD point of view, __perlbrew_set_path (in etc/bashrc) makes 2 false assumptions about how things work: 1) 'manpath' exists. 2) exporting an empty MANPATH environment var is harmless The...