Continuous testing is concept to test your code automatically when you're developing it. Perhaps one most famous implementation is "Zentest" in Ruby's world.
Introduce a practical testing tool "Test::Continuous" that keep test your module code as you're developing it. Besides brief usage level introduction, also describe how you can extend this tool to fit your convention.