File: 00-pod.t

package info (click to toggle)
libnet-radius-perl 2.103%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,272 kB
  • sloc: perl: 4,561; tcl: 33; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (3)
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();