Christopher H. Laco wrote:
It's not the prettiest thing in the world, but it works... :-) http://handelframework.com/source/trunk/Makefile.PL
Boy did I open a can of worms. Under my 5.6.1 install, perl segfaults with the Makefile.PL above.As it turned out, that install has Devel::Cover 0.55/Apache::Test 1.26 installed....it's crashing in this line in TestMM::test
if (eval {require Dexvel::Cover}) {
Even stranger, changing that to this works:
if (eval 'require Dexvel::Cover') {
Stranger yet:
perl -e "eval {require Devel::Cover};"
also works just fine. :-( When I install Devel::Cover 0.55, its make test went without a hitch. Lord knows what that is all about. It is on my win32 install afterall. :-0 -=Chris
smime.p7s
Description: S/MIME Cryptographic Signature
