File: pod-coverage.t

package info (click to toggle)
libaudio-wma-perl 1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 360 kB
  • sloc: perl: 2,256; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (3)
1
2
3
4
5
use Test::More;
eval "use Test::Pod::Coverage tests => 1";
plan skip_all => "Test::Pod::Coverage required for testing POD" if $@;

pod_coverage_ok("Audio::WMA", "Audio::WMA is covered" );