Move Parse::CPAN::Meta from ext/ to cpan/
[p5sagit/p5-mst-13.2.git] / cpan / podlators / t / pod.t
1 #!/usr/bin/perl
2 #
3 # t/pod.t -- Test POD formatting.
4
5 eval 'use Test::Pod 1.00';
6 if ($@) {
7     print "1..1\n";
8     print "ok 1 # skip - Test::Pod 1.00 required for testing POD\n";
9     exit;
10 }
11 all_pod_files_ok ();