RT# 80898 - added config option to allow for the changing of the name for credit...
[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 );