File: pod-coverage.t

package info (click to toggle)
libdbix-connector-perl 0.60-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: perl: 582; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
use strict; use warnings;

use Test::More;
eval "use Test::Pod::Coverage 1.06";
plan skip_all => 'Test::Pod::Coverage 1.06 required' if $@;

all_pod_coverage_ok();