X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fpod.t;fp=xt%2Fpod.t;h=2eb7dc2053f6565b4bd7c669e2a7322cc3abb0df;hb=10f4886c0dc6d23c66beac63c67fe59f78ba4ec0;hp=0000000000000000000000000000000000000000;hpb=6251063d66d74c581629816df2dc4427dcd38f3d;p=p5sagit%2FDevel-GlobalDestruction-XS.git diff --git a/xt/pod.t b/xt/pod.t new file mode 100644 index 0000000..2eb7dc2 --- /dev/null +++ b/xt/pod.t @@ -0,0 +1,8 @@ +use strict; +use warnings; + +use Test::More; + +use Test::Pod 1.14; + +all_pod_files_ok();