Hi Sendu,

# from Sendu Bala
# on Friday 19 January 2007 05:08 am:

>During Module::Build installation, it fails to use its own Build.PL if
>another is in perl5lib, resulting in test failures.

Quite

  mkdir /tmp/lib; echo 'die' > /tmp/lib/Build.PL
  PERL5LIB="/tmp/lib/:$PERL5LIB" perl Build.PL && ./Build test

Failed 12/24 test programs. 364/742 subtests failed.

It's simply
    do 'Build.PL';
should be
    do './Build.PL';

I'll write a test for that now.

--Eric
-- 
Anyone who has the power to make you believe absurdities has the power
to make you commit injustices.
--Voltaire
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------

Reply via email to