Subject: | inappropriate modules listed as prerequisites |
The following modules are listed as build prerequisites:
"FindBin" : "0",
"Pod::Coverage::TrustPod" : "0.100003",
"Test::CheckManifest" : "0.9",
"Test::More" : "0",
"Test::Pod" : "1.22",
"Test::Pod::Coverage" : "1.08"
These appear to be only used in tests. The "build" phase is intended for things used by Makefile or Build; these should be moved to the test phase -- see https://metacpan.org/pod/CPAN::Meta::Spec#Phases
These prerequisites being listed as 'build' rather than 'test' means that they are being unnecessarily installed on systems that skip running tests, which bloats the dependency tree.