Subject: | should not fail tests when pod not present in a .pm file |
I was getting this in the Dist-Zilla-Plugin-RewriteVersion-Transitional distribution, until I added a tiny bit of pod to this module:
# Failed test 'Pod coverage on Dist::Zilla::Role::InsertVersion'
# at /Users/ether/.perlbrew/libs/21.6@std/lib/perl5/Test/Pod/Coverage.pm line 133.
# Dist::Zilla::Role::InsertVersion: couldn't find pod
# Looks like you failed 1 test of 3.
There should at least be an option to skip files that have no pod at all.