Subject: | t/99_test_pod_coverage.t fails |
Hi,
$ prove -vb t/99_test_pod_coverage.t
t/99_test_pod_coverage....
# Failed test 'Pod coverage on Transform::Canvas'
# at t/99_test_pod_coverage.t line 5.
# Coverage for Transform::Canvas is 87.5%, with 2 naked subroutines:
# Min
# initialize
# Looks like you failed 1 test of 1.
1..1
not ok 1 - Pod coverage on Transform::Canvas
dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/99_test_pod_coverage.t 1 256 1 1 1
Failed 1/1 test scripts. 1/1 subtests failed.
Files=1, Tests=1, 1 wallclock secs ( 0.05 cusr + 0.02 csys = 0.07 CPU)
Failed 1/1 test programs. 1/1 subtests failed.
Hint: rename the »initialize« sub to »_initialize«, since it looks like
a private method. Subs starting with underscore are ignored by
Pod::Coverage.
The POD for »Min« is just wrong and could be easily fixed by your own, I
think.
Thanks, Frank