Skip Menu |

This queue is for tickets about the Mail-Box CPAN distribution.

Report information
The Basics
Id: 8698
Status: resolved
Priority: 0/
Queue: Mail-Box

People
Owner: Nobody in particular
Requestors: blair [...] orcaware.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.059
Fixed in: (no value)



Subject: Cannot find Tools.pm in make tests
Hello, I'm seeing a couple of failures when running make test with the newest Mail::Box: 52manager/20user.......Can't locate Tools.pm in @INC (@INC contains: /home/markov/shared/perl/MimeTypes/lib /home/markov/shared/perl/UserIdentity/lib ./lib ../lib ../../lib tests lib blib/lib blib/arch /opt/i386-linux/installed/perl-5.8.0/lib/5.8.0/i686-linux-thread-multi /opt/i386-linux/installed/perl-5.8.0/lib/5.8.0 /opt/i386-linux/installed/perl-5.8.0/lib/site_perl/5.8.0/i686-linux-thread-multi /opt/i386-linux/installed/perl-5.8.0/lib/site_perl/5.8.0 /opt/i386-linux/installed/perl-5.8.0/lib/site_perl) at 52manager/20user.t line 9. BEGIN failed--compilation aborted at 52manager/20user.t line 9. # Looks like your test died before it could output anything. 52manager/20user.......dubious Test returned status 255 (wstat 65280, 0xff00) I can find Tools.pm in my tarball, but it looks like @INC does not include the proper path. BTW, I find it a little disconcerting that a test failure doesn't cause the whole make test to fail and prevent the package from installing. Regards, Blair
The weird thing is: the script starts with "use lib qw(. .. tests)", and I do not see that in the @INC of your error report. When I print @INC in that script, I do see it however. Any light on this case?