Kang-min Liu
Kang-min Liu
You can just specify the file on command line: perlbrew install /opt/perl-5.26.1.tar.bz2 This should work just fine.
Previously: #577 All `-D` flags passed to `perlbrew install ` are passthru to `Configure`, as well as all `-U` and `-A` flag. However, `perlbrew install` still cd to the source...
Right... I've been pretty slack dealing with errors like this. Should've spent an hour or two the fully review the code particularly for this :)
@msouth, You don't need to run fatback to fix bugs. It should be down only before a release (although I do it frequently.) If you are intreated, take a look...
@msouth, sounds good :) Send me a pull request once you're done. I'll merge it!
Hi, It might help to upgrade `patchperl` utility by running `perlbrew install-patchperl`. This is installed with perlbrew itself since you use the installer (install.perlbrew.pl), but it will need to be...
@surfshopcart the folder "/tmp" is the default place for perlbrew install to store some downloads. If your account have no access permission to "/tmp" and/or you'd like to use `/home/user/tmp`,...
Based on the description, I'd guess that somewhere in your PERL5LIB, there's a Time::HiRes installed that is incompatible with another version of Time::HiRess that installed under `/usr/lib/perl5/vendor_perl/`. This might be...
> Using the latest perlbrew (version 1.01) consistently and repeatedly fails with the error message that ExtUtils::MakeMaker cannot be found. @tommybutler thanks for spending times on making these reports. perlbrew...
I've briefly described `atexit()` in `POSIX.pod` with commit https://github.com/Perl/perl5/pull/22383/commits/6bcb036c86e55843965cce364cef41f13c9895d3 There is another mention of `atexit()` in `cpan/perlfaq/lib/perlfaq8.pod`, but since that's under `cpan/`, I would not change it in this PR.