Closed knutov closed 5 years ago
plenv install --version
$ plenv install --version
Use of uninitialized value $Perl::Build::VERSION in concatenation (.) or string at /home/kola/.plenv/plugins/perl-build/bin/plenv-install line 63.
I did fresh install of plenv from "Basic GitHub Checkout" from https://github.com/tokuhirom/plenv#installation
plenv install 5.28.1 | tee plenv.log
plenv.log
plenv install 5.28.1 2>&1 | tee plenv2.log
plenv2.log
UPDATE:
$ plenv --version
plenv 2.3.0-8-g5d03b0c
@knutov Thanks for build logs. I was not able to reproduce this issue.
Can you build perl if you do not use Perl::Build?
#!/bin/bash
wget https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.28.1.tar.gz
tar xzf perl-5.28.1.tar.gz
cd perl-5.28.1
./Configure -de -Dprefix=/tmp/test
make
no, make
ends with the same error.
@knutov Thanks.
no, make ends with the same error.
Then this is not an issue for perl-build nor plenv, but perl itself.
Since this is not an issue for perl-build, I close this ticket.
copy of https://github.com/tokuhirom/plenv/issues/153
Installing latest stable with
plenv
:Ubuntu 14.04 system perl v5.18.2
doing
plenv install 5.28.1
and getting error aboutstrict.pm
. How to fix it?