File: 02-pod-coverage.t

package info (click to toggle)
libcatalyst-authentication-store-dbix-class-perl 0.1506-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 328 kB
  • sloc: perl: 3,172; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!perl

use Test::More;

plan skip_all => 'Set TEST_POD to enable pod tests' unless $ENV{TEST_POD};

eval "use Test::Pod::Coverage 1.04";
plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;

all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::CountParents' });