cached singletons for most cases. The external reference issue is starting to come...
[dbsrgits/DBM-Deep.git] / t / 98_pod.t
CommitLineData
f4593de8 1use strict;
2
3use Test::More;
4
5eval "use Test::Pod 1.14";
6plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
7
8all_pod_files_ok();