File: 81_pod_coverage.t

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

pod_coverage_ok( "Config::Merge", "Config::Merge is covered" );