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

use strict;
use warnings;
use Test::More;

eval 'use Test::Pod';
plan skip_all => 'Test::Pod required' if $@;

all_pod_files_ok(grep { -x $_ } glob 'dh_*');