> OK... Just doing a quick grep for EXTRA_ARGS in trunk/, > it appears that only TestMM and TestMB.pm actually *have* it. The reason it > works on the MM size is because it's makefile snippets actually use it. The > following patch fixes *that*,
applied. thanks! > but there's still some other concerning > behaviour: > After the test shuts down completely, the apache process is still > there, and has to be killed before I can run the test again: yeah... I'm very tempted to blame this on the particular combination of the module, your mod_perl version, and your Devel::Cover version, since I've seen this kind of thing before. in reality, it doesn't look all that much like an Apache-Test-specific issue, since A-T issues all the kill commands but the server doesn't respond. my personal experience with D::C under mod_perl is that it works great most of the time, but when it doesn't you know it, and it manifests its problems like this at best, and segfaults like crazy at worst. the only way to determine whether this is really an A-T issue would be to use MakeMaker's testcover target and see if it's behavior differs from that of M::B. --Geoff