On Tue, 2005-11-15 at 15:23 -0600, Chris Dolan wrote:
> After reading some of the insightful comments posted on my blog, I've
> been convinced that the private tests should be included in the CPAN
> distribution, but disabled in some way (perhaps via a file extension
> other than .t?). That way, resourceful or interested users can run
> the tests but average users don't need to.
I posted a small Module::Build subclass that shows one way to do this to
Perl Monks:
http://perlmonks.org/?node_id=508160
Perhaps a better approach is to store these tests in a subdirectory of
t/.
-- c