There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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/