Subject: | t/pod-coverage.t fails with Pod::Coverage 0.19 |
Hi,
t/pod-coverage.t is failing for us with Pod::Coverage 0.19 with the
following:
# Failed test 'Audio::FLAC::Header is covered'
# in t/pod-coverage.t at line 9.
# Coverage for Audio::FLAC::Header is 90.0%, with 1 naked subroutine:
# dl_load_flags
We're using the "also_private" key for now to fix this:
pod_coverage_ok("Audio::FLAC::Header", { also_private =>
'dl_load_flags'] }, "Audio::FLAC::Header is covered" );
which seems to work on both Pod::Coverage 0.18 and 0.19.
Cheers,
--
Niko Tyni (Debian Perl Group)
ntyni@debian.org