Subject: | Incorrectly injects build prereqs |
As noted in https://github.com/nigelm/html-formatter/issues/7, the 'build' phase is the wrong phase to inject these prereqs:
https://metacpan.org/source/NIGELM/Dist-Zilla-PluginBundle-NIGELM-0.23/lib/Dist/Zilla/PluginBundle/NIGELM.pm#L526-533
They should only be added to 'develop' prereqs, as they are only run in xt/ tests, not during normal user installations.
But doing this should not be necessary at all, as all these plugins should be correctly injecting their own prereqs now.
Please could you remove these lines?