GTestRunner is a GTK+-based graphical
frontend for running unit tests in Perl. It offers
several improvements to the underlying unit
testing framework that make test-driven
development in Perl even more comfortable.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
You can now select multiple tests, test cases, or test suites, and run them separately. Console output from tests is caught, tied to the test case that caused it, and displayed, when you click on the test.
You can now load and run multiple test suites at once. Test suites are dynamically reloaded, and changes in the suites are reflected immediately. A Bulgarian translation has been added.