File: 99-pod-coverage.t

package info (click to toggle)
libdatetime-format-pg-perl 0.16005-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 268 kB
  • ctags: 129
  • sloc: perl: 1,581; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
#!perl
use Test::More;
BEGIN {
    eval "use Test::Pod";
    eval "use Test::Pod::Coverage";
    if ($@) {
        plan(skip_all => "Test::Pod::Coverage required for testing POD");
        eval "sub all_pod_coverage_ok {}";
    }
}

all_pod_coverage_ok();