p5-net-ssleay
p5-net-ssleay copied to clipboard
Don't run author-only tests during regular test suite execution
The following author-only tests are run as part of the standard test suite:
-
t/local/01_pod.t
-
t/local/02_pod_coverage.t
-
t/local/kwalitee.t
These only need to be run as part of CI jobs and release testing, and are usually skipped on end-user machines anyway (owing to their stealth dependency on the non-core Test::Pod, Test::Pod::Coverage and Test::Kwalitee modules respectively).
Move these tests to the xt/
directory, declare their Test:: dependencies as development prerequisites, and add an xtest
target to the generated Makefile that runs these tests.
Closes #392.