File: 99_pod.t

package info (click to toggle)
libterm-size-perl 0.211-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 10; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7

use Test::More;
plan skip_all => "No Developer Tests for non-developers" unless $ENV{AUTHOR_TESTING};
eval "use Test::Pod 1.18";
plan skip_all => "Test::Pod 1.18 required for testing POD" if $@;

all_pod_files_ok(all_pod_files("."));