Subject: | Please move BUILD_REQUIRES to TEST_REQUIRES |
Hi,
This module lists dependencies "Test::More" and "Test::Requires" in BUILD_REQUIRES. The consequence is that these dependencies get installed, even when "cpanm" is executed with the "--notest" option.
Please move these dependencies to TEST_REQUIRES so the dependencies will be skipped by "cpanm" when the "--notest" option is passed.
Doing so is first of all the correct thing to do (See http://search.cpan.org/~dagolden/CPAN-Meta-2.150010/lib/CPAN/Meta/Spec.pm#Phases) and second, it helps me build smaller Docker images for LedgerSMB (https://ledgersmb.org).
Thanks!
Regards,
Erik.