File: pod-coverage.t

package info (click to toggle)
libclass-meta-perl 0.65-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 656 kB
  • sloc: perl: 5,886; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!perl -w

use strict;
use Test::More;
use File::Spec;
eval "use Test::Pod::Coverage 0.08";
plan skip_all => "Test::Pod::Coverage required for testing POD coverage" if $@;

all_pod_coverage_ok();