I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-12-21 14:35:06-08 by dirvine
test 04clean_load.t fails
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?
Direct Responses: Write a response