in reply to Problems Installing Moo with local::lib

Here is an idea, forget all about local::lib, and use INSTALL_BASE and PERL5LIB yourself?

See Re: Unable to install perl module Sendmail

  -I/path/to/lib/local/lib/perl5 is a great way to add to @INC for one program ... but usually not for the programs that one program launches

Replies are listed 'Best First'.
Re^2: Problems Installing Moo with local::lib
by varneraa (Acolyte) on Sep 20, 2015 at 17:09 UTC
    That makes sense. I might take a run at that approach when I take a second pass at installing ArgParse. I'll let you know how it goes. EDIT: Tried the method and came to the same issue. Updating the original post with details.