On 6/20/2015 5:52 AM, K. Wittrock wrote:
Just to supplement Karen's response:
Am 18.06.2015 um 18:58 schrieb Vincent Lequertier:
Since I'm fairly new to the task of maintening modules, and that I'm
unable to find any doc about it, is moving a test file from /t to /xt
make the test secondary? Any advice?
I add the following lines to MANIFEST.SKIP to prevent xt/ from
reaching the tarball:
# Avoid author tests dir.
^xt/
The problem I have with that is that since the author tests are there
for their usefulness, it
makes sense to keep them in the distribution for the next author (be it
a hand-off or a fork).
Sure, keep the author tests separate from the tests meant for the CPAN
testers. But let the
people interested in your code see how you're testing it.
-john