in reply to Add optional modules to TEST_REQUIRES?
The build processes for Perl modules are driven by Perl scripts and CPAN test smokers are supposed to set the environment variable AUTOMATED_TESTING. The simple answer is to add the extra modules to TEST_REQUIRES iff $ENV{AUTOMATED_TESTING} is set.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Add optional modules to TEST_REQUIRES?
by Anonymous Monk on Nov 22, 2019 at 02:18 UTC |