in reply to Installing Module::Build into a local lib using the cpan shell

You normally tell Perl where to find locally installed modules by setting env var PERL5LIB. It's no exception here. However, this will fail if the (.t) test file uses taint mode (-T).
  • Comment on Re: Installing Module::Build into a local lib using the cpan shell
  • Download Code

Replies are listed 'Best First'.
Re^2: Installing Module::Build into a local lib using the cpan shell
by wfsp (Abbot) on Jul 29, 2009 at 15:31 UTC
    Thanks, that got me a lot further along the road. :-)

    To impose a bit more, I'd appreciate it if you could run your eye over the make test output I'm getting now.

    Again, thanks.

      Can't load '/tmp/MB-ttEfFd43/Simple/blib/arch/auto/Simple/Simple.so' for module Simple: /tmp/MB-ttEfFd43/Simple/blib/arch/auto/Simple/Simple.so: failed to map segment from shared object: Operation not permitted at /usr/lib/perl/5.8/DynaLoader.pm line 225.
      at -e line 0

      Sorry, no expertise there.