I would like to see the filters redone so that a subclassed filter (which should be a public method) can "rewrite" the entry rather than simply give a thumbs up or down on it. The reason is that I could update CPAN::Mini::Tested to download the most recent version of a module that has passed tests, rather than simply not download a module if the most recent one has not passed a test. (It currently has the side-effect that when a new module is uploaded, it will delete the latest version if the newest one has not yet been tested.)