File: pod_cvg.t

package info (click to toggle)
libdata-pond-perl 0.005-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 160 kB
  • sloc: perl: 285; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (114)
1
2
3
4
5
6
7
8
9
use warnings;
use strict;

use Test::More;
plan skip_all => "Test::Pod::Coverage not available"
	unless eval "use Test::Pod::Coverage; 1";
Test::Pod::Coverage::all_pod_coverage_ok();

1;