On Sat, Sep 13, 2014 at 03:28:30PM -0400, brian d foy wrote:
> I'm getting some odd test results for PerlPowerTools, my slow rollout
> of an update to PPT (but spelled out for better discoverability). Some
> of the programs require modules, which I've added to Makefile.PL, but
> some testers seems to have the modules then can't find them.
> 
> http://www.cpantesters.org/distro/P/PerlPowerTools.html
> 
> In the t/compile.t, I call out to perl to do a syntax check, so I
> figure in the subprocess it doesn't know the @INC of the parent
> process.  (And, I've just read the wiki stuff about $^X, so I'll fix
> that too).
> 
> Should I set PERL5LIB with the parent @INC or something similar?

Hi, brian,

Looking at this 
http://www.cpantesters.org/cpan/report/6347806a-3aa4-11e4-ad28-c728e0bfc7aa one,
PERL5LIB is already set to include the directories that include Make.

But I see the taint switch in your test invocation, which ignores PERL5LIB.

Just as with perl there is more than one of way of CPAN testing, some testers 
install
modules as they are tested and others don't, relying on adding tested prereq 
build directories
to PERL5LIB.

Cheers,

-- 
Chris Williams
aka BinGOs
PGP ID 0x4658671F
http://www.gumbynet.org.uk
==========================

Attachment: signature.asc
Description: Digital signature

Reply via email to