I am currently working on a Mojolicious app using TDD on my Mac and I am getting a bit fed up of having to manually run my tests every time I change some code.
After doing some Rails development, I really started to like the automatic response I got from the autotest gem, and as wondering it there is a Perl equivalent or if there is some way to use autotest with Perl.
One possibility is the Test:: Continuous suite. It includes the autoprove command, which reruns the test suite after source file updates: