File: pod-coverage.t

package info (click to toggle)
libdbi-perl 1.642-1%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,564 kB
  • sloc: perl: 18,089; ansic: 606; makefile: 29; 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();