Test-Deep - Re: Request Test::Reporter and after that endless loop on Test::Deep

Posted on Mon Aug 4 00:56:34 2008 by fergal in response to 8485 (See the whole thread of 10)
Re: Request Test::Reporter and after that endless loop on Test::Deep

I expect that since mod_perl is a binary module it needs to be installed once per perl interpreter version. Certainly perl5.8.8 would not look in the 5.8.0 library directory by default. You might get away with just adding that to the perl search path ($PERL5LIB env variable will do that) because there should not have been any ABI changes between 5.8.0 and 5.8.8 but I think you would be better off installing a 5.8.8 specific mod_perl with something like

perl5.8.8 -MCPAN -e "install mod_perl"

and you should end up able to continue. To be honest, I don't do any mod_perl stuff so I don't really know.

Direct Responses: 8487 | Write a response