X-Git-Url: http://git.maemo.org/git/?p=dh-make-perl;a=blobdiff_plain;f=dev%2Farm%2Flibpar-dist-perl%2Flibpar-dist-perl-0.31%2Ft%2F00pod.t;fp=dev%2Farm%2Flibpar-dist-perl%2Flibpar-dist-perl-0.31%2Ft%2F00pod.t;h=741cf43f20c6fa233696382804585083384c7c9b;hp=0000000000000000000000000000000000000000;hb=f477fa73365d491991707e7ed9217b48d6994551;hpb=da95c414033799c3a62606f299c3c00b5c77ca11 diff --git a/dev/arm/libpar-dist-perl/libpar-dist-perl-0.31/t/00pod.t b/dev/arm/libpar-dist-perl/libpar-dist-perl-0.31/t/00pod.t new file mode 100644 index 0000000..741cf43 --- /dev/null +++ b/dev/arm/libpar-dist-perl/libpar-dist-perl-0.31/t/00pod.t @@ -0,0 +1,10 @@ +use strict; +use warnings; +use Test::More; +plan skip_all => "Set environment variable PERL_TEST_POD=1 to test POD" + if not $ENV{PERL_TEST_POD}; +eval "use Test::Pod 1.00"; +plan skip_all => "Test::Pod 1.00 required for testing POD" + if $@; +all_pod_files_ok(); +