X-Git-Url: http://erislabs.net/gitweb/?p=libwww-opensearch-perl.git;a=blobdiff_plain;f=t%2F98_pod.t;fp=t%2F98_pod.t;h=3afe2fa69e6af149bf5111a09868ac770fd113aa;hp=0000000000000000000000000000000000000000;hb=ec50391b25e981b1b9bae8e42e03c0fc9c218845;hpb=3bea9ee9d57430b70d78dc4bed903b395bb4356a diff --git a/t/98_pod.t b/t/98_pod.t new file mode 100644 index 0000000..3afe2fa --- /dev/null +++ b/t/98_pod.t @@ -0,0 +1,4 @@ +use Test::More; +eval "use Test::Pod 1.00"; +plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; +all_pod_files_ok(); \ No newline at end of file