Skip Menu |

This queue is for tickets about the DBIx-TextIndex CPAN distribution.

Report information
The Basics
Id: 98839
Status: open
Priority: 0/
Queue: DBIx-TextIndex

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

Bug Information
Severity: (no value)
Broken in: 0.28
Fixed in: (no value)



Subject: Pod coverage test fails if DBD::Pg is not installed (?)
The pod_coverage test may fail, see http://www.cpantesters.org/cpan/report/8afd121e-3897-11e4-935e-98e2cc4edbc1 for a fail report. I think it fails if DBD::Pg is not installed, but works if it is installed.
On 2014-09-12 12:46:02, SREZIC wrote: Show quoted text
> The pod_coverage test may fail, see > http://www.cpantesters.org/cpan/report/8afd121e-3897-11e4-935e- > 98e2cc4edbc1 for a fail report. I think it fails if DBD::Pg is not > installed, but works if it is installed.
pod tests shouldn't be run for normal user installs - either move to xt/, or mark it as author-only with something like: use Test::More; plan skip_all => 'these tests are for authors only' unless $ENV{AUTHOR_TESTING};