Subject: | The contents of the t/pod-coverage.t file are wrong |
Broken in: 0.21
As the contents of the file pod-coverage.t are the same of the file
pod.t no POD coverage is performed.
The contents of pod-coverage.t should be like:
----
use Test::More;
eval "use Test::Pod::Coverage 1.04";
plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD
coverage" if $@;
all_pod_coverage_ok();
---
/jpo
References:
[1] - Diff from GSSAPI-0.20 to GSSAPI-0.21
http://search.cpan.org/diff?from=GSSAPI-0.20&to=GSSAPI-0.21#t/pod-coverage.t