summaryrefslogtreecommitdiff
path: root/t/99pod.t
blob: eb319fbf780c930a8317d3efd8ce28c89b055138 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl

use strict;
use warnings;

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();