File: 10_pod_check.t

package info (click to toggle)
libunicode-stringprep-perl 1.105%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 284 kB
  • ctags: 23
  • sloc: perl: 3,557; sh: 51; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
use strict;
use Test::More;

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

all_pod_files_ok();