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

on CentOS 6 lxc instance - output from log is just: ``` Auto-guessed '5.16.0' patching Configure patching ext/Errno/Errno_pm.PL patching b/Configure The text leading up to this was: -------------------------- |diff --git...

Stock OpenBSD 6.4 system, the only bourne shell installed out of the box is ksh (pdksh). IIRC, none of the BSDs except MacOS come with bash preinstalled. The FreeBSD instructions...

The install script at http://install.perlbrew.pl starts with #!/bin/sh but actually requires bash. It could start with #!/usr/bin/env bash However, there is no good reason to require bash, so the following...

There have been continual instances of people getting confused by cperl being listed in `perlbrew available` and installing it, then complaining because things don't work, without realizing that they are...

I'm using perlbrew to build standalone tool repositories that contain their own perl version and libraries due to a strict compute environment. (I am unable to install perlbrew in my...

The output I got from `perlbrew install -v perl-5.28.0`: ``` Test Summary Report ------------------- ../cpan/File-Path/t/Path_root.t (Wstat: 256 Tests: 11 Failed: 1) Failed test: 8 Non-zero exit status: 1 Files=2653, Tests=1157567,...

``` $ perlbrew exec --with perl-5.28.0 perl -e 'exit(0);' | od -bc 0000000 012 012 \n \n 0000002 ``` It would be great to have an option to not do...

See this comment: https://github.com/gugod/App-perlbrew/issues/649#issuecomment-446049824 As mentioned in the link above, existing bashrc seems to cause some error under zsh. ``` /home/srchulo/perl5/perlbrew/etc/bashrc:57: defining function based on alias `perlbrew' /home/srchulo/perl5/perlbrew/etc/bashrc:57: parse error...

With the latest install of cygwin (with perl 5.14.2), I'm trying to install perl-5.14.2 using the latest perlbrew. I get a hang just after ../dist/threads-shared/t/shared_attr.t...ok is printed to build.log. This...

I appreciate everyone's work on perlbrew! `perlbrew -h` / `--help` / `help` all produce the long help output. Would you be willing to add a short-help option, perhaps on `-h`,...