Subject: | Failing POD coverage tests |
Hi:
If Test::Pod::Coverage happens to be installed while building your package, the following error happens:
# Failed test 'Pod coverage on JavaScript::Context'
# at /usr/share/perl5/Test/Pod/Coverage.pm line 126.
# Coverage for JavaScript::Context is 94.3%, with 2 naked subroutines:
# jsc_set_pending_exception
# set_pending_exception
# Looks like you failed 1 test of 11.
You may want to either correct the coverage issue (preferred) or disable the test by flagging it using a check like: unless ($ENV{TEST_POD}) { plan skip_all => 'Author test only'; }
This currently causes build failures for Debian, so we cannot upload a new version of libjavascript-perl until this is resolved. Well, that's not entirely true -- we could also patch the issue to disable the tests -- but I'd prefer not to do that.
Cheers,
Jonathan