X-Git-Url: http://git.maemo.org/git/?p=dh-make-perl;a=blobdiff_plain;f=dev%2Fi386%2Flibhtml-tagset-perl%2Flibhtml-tagset-perl-3.20%2Ft%2Fpod.t;fp=dev%2Fi386%2Flibhtml-tagset-perl%2Flibhtml-tagset-perl-3.20%2Ft%2Fpod.t;h=f3cc58be29e255a66e095e1b9d5861c4509b1847;hp=0000000000000000000000000000000000000000;hb=8977e561d8a9eae6959218b0306c9df2056a38a9;hpb=df794b845212301ea0d267c919232538bfef356a diff --git a/dev/i386/libhtml-tagset-perl/libhtml-tagset-perl-3.20/t/pod.t b/dev/i386/libhtml-tagset-perl/libhtml-tagset-perl-3.20/t/pod.t new file mode 100644 index 0000000..f3cc58b --- /dev/null +++ b/dev/i386/libhtml-tagset-perl/libhtml-tagset-perl-3.20/t/pod.t @@ -0,0 +1,6 @@ +#!perl -Tw + +use Test::More; +eval "use Test::Pod 1.14"; +plan skip_all => "Test::Pod 1.14 required for testing POD" if $@; +all_pod_files_ok();