Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dist::Zilla, InlineModule and PodCoverageTests #33

Open
van-de-bugger opened this issue Apr 9, 2015 · 1 comment
Open

Dist::Zilla, InlineModule and PodCoverageTests #33

van-de-bugger opened this issue Apr 9, 2015 · 1 comment

Comments

@van-de-bugger
Copy link

I am working on a module with XS part created with Inline, and use Dist::Zilla for packaging. My dist.ini looks like:

...
[InlineModule]
module = Systemd::Daemon
[PodCoverageTests]
...

When I run dzil release, I have release-pod-coverage.t (the test generated by PodCoverageTests) failed because stub module (generated by InlineModule) does not contain any POD:

...
t/release-pod-coverage.t ....... 1/2 
#   Failed test 'Pod coverage on Systemd::Daemon::Inline'
#   at /usr/share/perl5/vendor_perl/Test/Pod/Coverage.pm line 133.
# Systemd::Daemon::Inline: couldn't find pod
# Looks like you failed 1 test of 2.
...

It would be nice if InlineModule generates a stub with some dummy pod to let Pod::Coverage test pass.

Dist::Zilla 5.034
Dist::Zilla::Plugin::InlineModule 0.07
Inline 0.80
Pod::Coverage 0.23

@karenetheridge
Copy link
Collaborator

weird, generally the pod tests are happy to skip modules that are entirely devoid of all pod.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants