File: pod_cvg.t

package info (click to toggle)
libdata-float-perl 0.013-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 180 kB
  • ctags: 4
  • sloc: perl: 549; makefile: 2
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;