* initial
[scriptdist.git] / t / pod.t
blob16080e0bfcbadec2297c1b8ecb1a4ce4af8a3434
1 # $Id: pod.t,v 1.2 2004/02/11 01:16:37 comdog Exp $
2 use Test::More;
3 eval "use Test::Pod 1.00";
4 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
5 all_pod_files_ok();