Re: Best way to indicate module author tests?

2015-08-05 Thread Kent Fredric
On 6 August 2015 at 09:24, Alex Becker wrote: > I started to use Test::POD and Test__POD::Coverage in my modules. > However, I got the feedback that these tests should not be done when someone > installs the module from CPAN. The logic is quite clear: POD issues are not > critical. > > So, there w

Best way to indicate module author tests?

2015-08-05 Thread Alex Becker
Hi! I started to use Test::POD and Test__POD::Coverage in my modules. However, I got the feedback that these tests should not be done when someone installs the module from CPAN. The logic is quite clear: POD issues are not critical. So, there will be author tests. I saw a few other modules that i