Subject: | Remove useless build dependencies |
From Makefile.PL:
build_requires ('Test::Distribution');
build_requires ('Test::Pod::Coverage');
Those two dependencies are only required by you, the developer/release
manager, and are useless for me, the user.
Those could be simply removed from Makefile.PL:
- t/000-distribution.t already skips the test if Test::Distribution is
missing.
- Test::Pod::Coverage is not used in tests
--
Olivier Mengué - http://o.mengue.free.fr/