Sixtease has asked for the wisdom of the Perl Monks concerning the following question:
Hello monks,
My CPAN module's test script requires a module. But the distributed module does not. Should I add the requirement to the PREREQ_PM in Makefile.PL? Or should I condition the tests on the presence of the module? Or is there a better way?
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Test script requirements
by moritz (Cardinal) on Mar 07, 2008 at 08:05 UTC | |
by Sixtease (Friar) on Mar 07, 2008 at 10:33 UTC | |
by moritz (Cardinal) on Mar 07, 2008 at 10:40 UTC | |
by DrHyde (Prior) on Mar 07, 2008 at 11:40 UTC |