File: pod.t

package info (click to toggle)
libminion-perl 10.25%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,052 kB
  • sloc: javascript: 3,572; perl: 1,029; sql: 79; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
use Mojo::Base -strict;

use Test::More;

plan skip_all => 'set TEST_POD to enable this test (developer only!)' unless $ENV{TEST_POD};
plan skip_all => 'Test::Pod 1.14+ required for this test!'            unless eval 'use Test::Pod 1.14; 1';

all_pod_files_ok();