in reply to SOLVED: How to install Term::ReadLine::Gnu in perlbrew ... only once?
I just did the same thing whilst getting termux bootstrapped:
tar zvxf local-lib-2.000011.tar.gz cd local-lib-2.000011 perl Makefile.PL --bootstrap pkg install make make test && make install echo 'eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)"' >>~/.bashrc
After a dozen attempts, I installed a fresh .bashrc and finally failed to fail....
|
|---|