On Sat, 13 Apr 2002, Stas Bekman wrote: > but why 't/TEST -clean' removes the compiled modules? Shouldn't this be > the job of 'make clean' and its variants?
i don't really care. i never use 'make test' or even 'make' here. i have several checkouts of httpd-test/perl-framework that point to different servers, i only ever run Makefile.PL and t/TEST i think i did it that way, for one because 'make test' is only supposed to be run once, and t/TEST -conf/-clean is part of the 'test' really. if this is an issue for you, just run t/TEST instead of 'make test'.
