r6200@rob-kinyons-computer-2 (orig r9980): rkinyon | 2007-09-22 21:02:54 -0400
[dbsrgits/DBM-Deep.git] / t / 98_pod.t
1 use strict;
2
3 use Test::More;
4
5 eval "use Test::Pod 1.14";
6 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
7
8 all_pod_files_ok();