+ David Cantrell: > it shouldn't be too difficult to write a cron job that will untar a clean > perl with no modules installed, and test your stuff whenever needed.
FWIW, you can setup Travic CI in GitHub repos that test your modules on several perlbrew installs each time you push changes to a repo: http://about.travis-ci.org/docs/user/languages/perl/ I haven't tried it yet but looks quite interesting and i think it can make a good companion to CPAN testers reports. Hope that helps, Alex