in reply to default install directory for modules

Are they using the same copy of Perl itself? Run:

which perl

... at the command line for each user.

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name

Replies are listed 'Best First'.
Re^2: default install directory for modules
by niqola (Novice) on Mar 07, 2013 at 11:40 UTC
    Hi tobyink,

    Yes, both gives /usr/bin/perl