Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dist-Zilla CPAN distribution.

Report information
The Basics
Id: 79842
Status: resolved
Priority: 0/
Queue: Dist-Zilla

People
Owner: Nobody in particular
Requestors: dolmen [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 4.300023
Fixed in: (no value)



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
This was merged. -- rjbs