On Thu, Jun 10, 2010 at 5:23 PM, Joshua ben Jore <twi...@gmail.com> wrote: > Hi, > Test results like > (http://www.cpantesters.org/cpan/report/07410474-b19f-3f77-b713-d32bba55d77f) > seem to indicate that the JOST smoker doesn't run the "install" > portion of the dependencies. It seems as if dependencies are only > built and then referred to by PERL5LIB to their blib/{arch,lib}. > > I expected Judy.h to be installed to $Config{sitearch}/Alien/Judy but > it wasn't found though the dependency Alien::Judy was allegedly > installed. Given the below PERL5LIB, I think my Build.PL ought to > start looking in @INC for entries that look like blib/arch.
For what it's worth -- that's how CPAN itself operates if you just say "test" and not "install". It's not specific to smokers. -- David