Subject: | pod coverage test fails (0.05_2, 0.05_3) |
I see the following failure on my smokers:
...
# Failed test 'Pod coverage on SilverGoldBull::API'
# at /usr/perl5.22.2p/lib/site_perl/5.22.2/Test/Pod/Coverage.pm line 133.
# Coverage for SilverGoldBull::API is 90.0%, with 1 naked subroutine:
# BUILD
# Failed test 'Pod coverage on SilverGoldBull::API::AddressRole'
# at /usr/perl5.22.2p/lib/site_perl/5.22.2/Test/Pod/Coverage.pm line 133.
# SilverGoldBull::API::AddressRole: couldn't find pod
# Failed test 'Pod coverage on SilverGoldBull::API::BillingAddress'
# at /usr/perl5.22.2p/lib/site_perl/5.22.2/Test/Pod/Coverage.pm line 133.
# SilverGoldBull::API::BillingAddress: couldn't find pod
# Failed test 'Pod coverage on SilverGoldBull::API::CommonMethodsRole'
# at /usr/perl5.22.2p/lib/site_perl/5.22.2/Test/Pod/Coverage.pm line 133.
# SilverGoldBull::API::CommonMethodsRole: couldn't find pod
# Failed test 'Pod coverage on SilverGoldBull::API::Item'
# at /usr/perl5.22.2p/lib/site_perl/5.22.2/Test/Pod/Coverage.pm line 133.
# SilverGoldBull::API::Item: couldn't find pod
# Failed test 'Pod coverage on SilverGoldBull::API::Order'
# at /usr/perl5.22.2p/lib/site_perl/5.22.2/Test/Pod/Coverage.pm line 133.
# SilverGoldBull::API::Order: couldn't find pod
# Failed test 'Pod coverage on SilverGoldBull::API::OrderRole'
# at /usr/perl5.22.2p/lib/site_perl/5.22.2/Test/Pod/Coverage.pm line 133.
# SilverGoldBull::API::OrderRole: couldn't find pod
# Failed test 'Pod coverage on SilverGoldBull::API::Quote'
# at /usr/perl5.22.2p/lib/site_perl/5.22.2/Test/Pod/Coverage.pm line 133.
# SilverGoldBull::API::Quote: couldn't find pod
# Failed test 'Pod coverage on SilverGoldBull::API::Response'
# at /usr/perl5.22.2p/lib/site_perl/5.22.2/Test/Pod/Coverage.pm line 133.
# SilverGoldBull::API::Response: couldn't find pod
# Failed test 'Pod coverage on SilverGoldBull::API::ShippingAddress'
# at /usr/perl5.22.2p/lib/site_perl/5.22.2/Test/Pod/Coverage.pm line 133.
# SilverGoldBull::API::ShippingAddress: couldn't find pod
# Looks like you failed 10 tests of 10.
t/pod-coverage.t .................
Dubious, test returned 10 (wstat 2560, 0xa00)
Failed 10/10 subtests
...