>>>>> On Wed, 08 Nov 2006 18:13:26 +0000, Florian Scharinger <[EMAIL
>>>>> PROTECTED]> said:
> Hi perl-qa,
> I'm trying to download missing Perl test modules automatically during
> build time of my project, by using:
> use CPAN;
> CPAN::Shell->install("Test::Exception");
> Test::Exception has dependencies, which the CPAN shell detects correctly:
> ---- Unsatisfied dependencies detected during
> [A/AD/ADIE/Test-Exception-0.24.tar.gz] -----
> Test::Builder
> Sub::Uplevel
> Test::Builder::Tester
> The dependencies are downloaded and built, however, when then running
> the tests for Test::Exception it doesn't include the path to the just
> downloaded modules:
Should not matter at all. I just tried the example with my current
sources and it worked for me, so either the problem has been fixed in
the meantime or you have some other problem that I cannot recognize
from the bugreport.
What is particularly interesting is where is Sub::Uplevel when this
test fails? It should be installed and thus in @INC because it was
recognized as prereq.
Note that 1.88_59 is in my CPAN directory in case you're interested.
--
andreas