Subject: | PodSyntaxTests should inject Test::Pod into DevelopRequires |
PodSyntaxTests generates a release test that use Test::Pod.
If Test::Pod is not installed on the author machine, no test happens and
an ok is reported.
The usage of PodSyntaxTests should instead enforce that Test::Pod is
installed on the author's machine:
- to cleanly help the author to install Test::Pod, Test::Pod should be
reported in "dzil listdeps --author". To implement that, PodSyntaxTests
should inject a prereq "DevelopRequires".
- the release test must fail if Test::Pod is missing
--
Olivier Mengué - http://perlresume.org/DOLMEN