X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=xt%2Fauthor%2Fpod.t;fp=xt%2Fauthor%2Fpod.t;h=a82e3a2a8df231d82941fa38245917f6fa175d61;hp=0000000000000000000000000000000000000000;hb=df8a40c5ea67b2d8a89d654bdda7c538afe8f6b6;hpb=e0186698ea45049a14a46eeffeb648a4b6092785 diff --git a/xt/author/pod.t b/xt/author/pod.t new file mode 100644 index 0000000..a82e3a2 --- /dev/null +++ b/xt/author/pod.t @@ -0,0 +1,7 @@ +use strict; +use warnings; +use Test::More; + +use Test::Pod 1.14; + +all_pod_files_ok;