File: pod_cvg.t

package info (click to toggle)
libclass-mix-perl 0.005-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 112 kB
  • ctags: 4
  • sloc: perl: 82; 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;