App-perlbrew
App-perlbrew copied to clipboard
perl blead installs fine - perl-5.16.0 does not
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 a/Configure b/Configure
|index 15b3da1769..791889a2ab 100755
|--- a/Configure
|+++ b/Configure
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
Died at /home/ledger/perl5/perlbrew/bin/patchperl line 556.
##### Brew Failed #####
I am also using Centos 6 and 5.16.3, and I also ran into this error. After trying serveral App::perlbrew versions since 0.76 when I last used perlbrew, I figured out that this appears to be an issue with Devel::PatchPerl v1.58, I downgraded that module to 1.56 and perlbrew worked, even the latest version of App::perlbrew. cpanm --install App::[email protected] cpanm --install Devel::[email protected]
@gugod: what about using system
alias (pull request #665) and maintain proper version of internally used libraries (like Devel::PatchPerl
) ?