* Andy Lester <[EMAIL PROTECTED]> [2008-09-05 06:45]: > I want nothing in my inbox that I have not explicitly > requested. > > I want to choose how I get reports, if at all, and at what > frequency. > > I want aggregation of reports, so that when I send out a module > with a missing dependency in the Makefile.PL, I don't get a > dozen failures in a day. (Related, but not a want of mine, it > could aggregate by platform so I could see if I had patterns of > failure in my code). > > I want to be able to sign up for some of this, some of that, on > some of those platforms.
These are currently difficult as a matter of architecture, which is “every tester sends mail directly to every author.” The design overhaul will centralise the gathering and issuing of reports, so all of these things will become possible in the medium term. You are not the only one to ask for them, FWIW. > I want to select what kwalitee benchmarks I choose my code to > be verified under, so that I can proudly say "My modules meet > these criteria across these platforms." I want a couple dozen > checkboxes of things that could be checked where I say "All my > modules had better match test X, Y and Z, and these specific > modules had also better past A, B and C, too." > > I want easily selected Kwalitee settings which group together > options. Slacker level means you pass these 10 tests, and > Lifeguard level means you are Slacker + these other 15 tests, > and Stringent level means something else, all the way up to > Super Duper Batshit Crazy Anal Perfection level. It seems that you are confusing the CPAN Testers with the CPAN Testing Service (CPANTS), Domm’s pet project. The only relation between the two is their confusingly similar naming. CPANTS tries to lint-check your distribution and code without running any of it; the CPAN Testers download your releases, install any prereqs and then run your test suite. The goals and designs of the two projects as well as their participants are entirely different. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>