File: pod.t

package info (click to toggle)
libfile-path-tiny-perl 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 132 kB
  • sloc: perl: 143; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!perl

use Test::More;
plan skip_all => 'POD tests are only run in RELEASE_TESTING mode.' unless $ENV{'RELEASE_TESTING'};

eval 'use Test::Pod 1.14';
plan skip_all => 'Test::Pod v1.14 required for testing POD' if $@;
all_pod_files_ok();