|
I cannot seem to figure out how to get the 04clean_load.t test to complete successfully. It always fails with the modules not in my current CPAN version not being found in @INC. @INC does NOT include the cpan build directory's blib/lib. I can't figure out what is missing so that it would include that directory in the search. If I force install and then run the tests, it completes successfully.
OS: AIX 5.3
Perl Version: 5.8.2
CPAN Version: 1.7601
I tried installing the latest dev release via the cpan shell: 'install ANDK/CPAN-1.94_52.tar.gz'
here is an example of the error:
# Can't locate CPAN/Debug.pm in @INC (@INC contains: /home/dirvine/dvlp/perl/perl-5.8.2/lib/perl5/a
+ix-thread-multi /home/dirvine/dvlp/perl/perl-5.8.2/lib/perl5 /home/dirvine/dvlp/perl/perl-5.8.2/li
+b/site_perl /usr/opt/perl5/lib/5.8.2/aix-thread-multi /usr/opt/perl5/lib/5.8.2 /usr/opt/perl5/lib/
+site_perl/5.8.2/aix-thread-multi /usr/opt/perl5/lib/site_perl/5.8.2 /usr/opt/perl5/lib/site_perl .
+) at blib/lib/CPAN/Tarzip.pm line 5.
The first three paths are from my PERL5LIB env variable. I don't see any path to the cpan build area.
Any ideas if this is a bug or something I have misconfigured?
|