fix ticketing system error on bootstrap of new install
[freeside.git] / rt / t / pod.t
1 use strict;
2 use warnings;
3
4 use Test::More;
5 use Test::Pod;
6 all_pod_files_ok(
7     all_pod_files("lib","devel","docs","etc","bin","sbin"),
8     <docs/UPGRADING*>,
9     <devel/docs/UPGRADING*>,
10 );