libnet-radius-perl/t/00-pod.t

11 lines
177 B
Perl
Raw Permalink Normal View History

2017-09-15 15:01:34 +02:00
# 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();