in reply to Including a 'test only' module in distribution

Class::DBI places some test modules in a subdir t/testlib. CPAN does not list these as packages of the distribution. I don't see much special treatment in the build files, so perhaps the extra level of depth is all that's needed.

After Compline,
Zaxo

  • Comment on Re: Including a 'test only' module in distribution

Replies are listed 'Best First'.
Re: Re: Including a 'test only' module in distribution
by runrig (Abbot) on Sep 26, 2001 at 20:05 UTC
    The test modules don't show up in the result list of the initial search but they do show up when you click on the result itself (the Actor, Director, Film, Lazy, and OtherFilm modules are the test modules). I suppose the general consensus must be that's its not important enough to worry about :-)

    Update (2012): Sometime after this was posted, the problem seems to have been resolved. I think CPAN no longer lists libraries in the t sub-directory