File: pod-coverage.t

package info (click to toggle)
libdbi-perl 1.622-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,544 kB
  • sloc: perl: 17,063; ansic: 601; makefile: 28; cpp: 4
file content (8 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#!perl -T

use Test::More;
eval "use Test::Pod::Coverage 1.04";
plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
plan skip_all => "Currently a developer-only test" unless -d '.svn' || -d ".git";
plan skip_all => "Currently FAILS FOR MANY MODULES!";
all_pod_coverage_ok();