Debian lenny version packages
[pkg-perl] / deb-src / libpar-dist-perl / libpar-dist-perl-0.31 / t / 00pod.t
1 use strict;
2 use warnings;
3 use Test::More;
4 plan skip_all => "Set environment variable PERL_TEST_POD=1 to test POD"
5   if not $ENV{PERL_TEST_POD};
6 eval "use Test::Pod 1.00";
7 plan skip_all => "Test::Pod 1.00 required for testing POD"
8   if $@;
9 all_pod_files_ok();
10