Table of Contents
Soon after the release of Lire 1.2.1, unit tests were introduced in the source tree. Unit tests help development in several ways; the most important one being that you can make changes to code and run the unit tests to make sure that nothing was broken by that changes.
You can find helpful resources on Unit testing on the PerlUnit home page as well as on the JUnit home page from which it was inspired.