in reply to Problems Installing Moo with local::lib

Can't locate Import/Into.pm ...

Has Import::Into been installed ?
If so, where is it ? ... and what does perl -V output for you ?

Cheers,
Rob

Replies are listed 'Best First'.
Re^2: Problems Installing Moo with local::lib
by varneraa (Acolyte) on Sep 20, 2015 at 17:00 UTC
    If this is the command I'm using to cal the Makefile
    perl -I/path/to/lib/local/lib/perl5 -Mlocal::lib=/path/to/install/new/ +module/ Makefile.PL
    Then Import/Into.pm is installed at:
    /path/to/lib/local/lib/perl5/Import/Into.pm
    perl -v This is perl 5, version 14, subversion 1 (v5.14.1) built for x86_64-li +nux Copyright 1987-2011, Larry Wall Perl may be copied only under the terms of either the Artistic License + or the GNU General Public License, which may be found in the Perl 5 source ki +t. Complete documentation for Perl, including FAQ lists, should be found +on this system using "man perl" or "perldoc perl". If you have access to + the Internet, point your browser at http://www.perl.org/, the Perl Home Pa +ge.