summaryrefslogtreecommitdiff
path: root/rt/t/pod.t
blob: 1283cfe6c2e65504068fe294bfc459c43a2842f1 (plain)
1
2
3
4
5
6
7
8
9
10
use strict;
use warnings;

use Test::More;
use Test::Pod;
all_pod_files_ok(
    all_pod_files("lib","devel","docs","etc","bin","sbin"),
    <docs/UPGRADING*>,
    <devel/docs/UPGRADING*>,
);