in reply to Installing List::MoreUtils in a computer cluster

List::MoreUtils uses ExtUtils::MakeMaker as its installation method. Therefore all you should need is

export PERL_MM_OPT='INSTALL_BASE=/your/choice/of/path'

and then you can install in the usual way from a clean start.

Replies are listed 'Best First'.
Re^2: Installing List::MoreUtils in a computer cluster
by Anonymous Monk on Feb 23, 2015 at 23:38 UTC

    Therefore all you should need is export PERL_MM_OPT='INSTALL_BASE=/your/choice/of/path'

    Yeah, this is what  perl Makefile.PL INSTALL_BASE=~/usr/local/lib/perl5 accomplishes

    If it doesn't , then MakeMaker is corrupted (or super old) or being overridden