If I do `cpanm List::MoreUtils` (and the default perl is the one installed via Guix), then I keep running into locale issues on new machine. Workaround: `PATH=/usr/bin:~/perl5/bin cpanm PKG`.
If I do
cpanm List::MoreUtils(and the default perl is the one installed via Guix), then I keep running into locale issues on new machine.Workaround:
PATH=/usr/bin:~/perl5/bin cpanm PKG.