* Automated Perl Test Account ([EMAIL PROTECTED]) [09 Oct 2002 18:25]:

[...]
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
>'blib/lib', 'blib/arch')" t/*.t
> # 
> ok
> t/00load.........ok
> t/00prereqs......Can't locate Test/Prereq/Build.pm in @INC (@INC contains:
> /usr/local/src/cpanplus/build/WWW-Yahoo-Groups-1.7.2/blib/lib
[...]
    539 /usr/local/src/cpanplus/build/Test-Prereq-0.10/blib/arch
    539 /usr/local/src/cpanplus/build/Test-Prereq-0.10/blib/lib
    267 /usr/local/src/cpanplus/build/WWW-Yahoo-Groups-1.7.2/blib/arch
    267 /usr/local/src/cpanplus/build/WWW-Yahoo-Groups-1.7.2/blib/lib
[...]
..) at t/00prereqs.t line 6.

[...]
> I noticed that the test suite seem to fail without these modules:

> Test::Prereq::Build

Actually the Build.PL correctly specifies the required version of
Test::Prereq::Build *and* also specifies the version of Test::Prereq
(and at 0.11 to boot).

I should note that the Test::Prereq::Build version in Test-Prereq-0.10
is the same as in 0.11 (despite having code changes), however the
Test::Prereq version does change.

There is, however, something wrong with your @INC if if can't find
Test::Prereq::Build from Test-Prereq-0.10.  Plus, I suspect there's
something wrong at your end anyway since your @INC is vastly inflated.
(The numbers in front of the directories above are the instances of each
directory within the reported @INC.)

If you could, perhaps, test the module outside of the smoking script or
fix the script's bugs, it would be appreciated.


cheers,
-- 
Iain.

Reply via email to