Which continuous integration framework for Perl?

continuous-integration, perl, testing

Solution

The only one I've seen in action is Smolder (it is used for parrot). It is TAP based and therefore integrates well with standard perl testing structures. See also this presentation.

Problem

What are the best continuous integration frameworks/projects for Perl and why?

Original source