summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/misc/p5-net-fastcgi/xt/000_pod.t
blob: 95dd65ae5766faf2d176a5f7cd6c984cad6f3a3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!perl

use strict;
use warnings;

use Test::More;

BEGIN {
    eval 'use Test::Pod';

    if ($@) {
        plan skip_all => 'Needs Test::Pod';
    }
}

all_pod_files_ok();