On Fri Jun 20 07:41:38 2014, jhi wrote: > In p5p-hpux: > > ./perl -I../lib ../cpan/ExtUtils-Constant/t/Constant.t > # ext-28197 being created... > 1..302 > # Simple tests > # ext-28197/0 being created... > Can't locate ExtUtils/MakeMaker.pm in @INC (you may need to install > the ExtUtils::MakeMaker module) (@INC contains: > /opt/perl5/lib/site_perl/5.21.1/PA-RISC2.0 > /opt/perl5/lib/site_perl/5.21.1 /opt/perl5/lib/5.21.1/PA-RISC2.0 > /opt/perl5/lib/5.21.1 .) at Makefile.PL line 2. > BEGIN failed--compilation aborted at Makefile.PL line 2. > not ok 1 # /perl/usr/jhi/perl-5.21.1/t/perl Makefile.PL failed: 512 > # ext-28197 being removed... At the point of failure cpan/ExtUtils-Constant/t/Constant.t is supposed to have pushed '../../lib' and '../../../lib' onto the end of @INC. For some reason, this is not happening in your case. Can you identify what is special about this HPUX environment? Does this happen in general when you attempt to push directories onto @INC? The attached diagnostic patch may help. Thank you very much. Jim Keenan --- via perlbug: queue: perl5 status: open https://rt.perl.org/Ticket/Display.html?id=122143Thread Previous