File: 00-pod.t

package info (click to toggle)
libnet-radius-perl 2.103%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,276 kB
  • ctags: 139
  • sloc: perl: 4,561; tcl: 33; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10

# 00-pod.t: Verify all the POD documentation

use strict;
use Test::More;

eval "use Test::Pod 1.00";
plan skip_all => 'Test::Pod is not available' if $@;
all_pod_files_ok();