File: pod-coverage.t

package info (click to toggle)
liblist-maker-perl 0.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 164 kB
  • sloc: perl: 194; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
use Test::More;
eval "use Test::Pod::Coverage 1.04";

if ($@) {
    plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage"
}
else {
    plan 'no_plan';
}
pod_coverage_ok( 'List::Maker' );