Posted on 2008-08-03 21:56:34-07 by fergal in response to 8485
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
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.