On Nov 7, 2012, at 4:29 PM, Alex Muntada <al...@cpan.org> wrote: > + 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
We have this set up for the bioperl project, it's pretty easy: https://github.com/bioperl/bioperl-live/blob/master/.travis.yml https://travis-ci.org/bioperl/bioperl-live We haven't added all dependencies to it yet but it works very well. chris