NAME
Test::Tdd - Run tests continuously, detecting changes
SYNOPSIS
You can run the tests using provetdd
provetdd t/path/to/Test.t
You can also specify paths to add to INC and specific paths to watch
provetdd -Ilib --watch lib/path,lib/path2 t/path/to/Test.t
You can all run all tests in a folder
provetdd t/