X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Storage.git;a=blobdiff_plain;f=t%2Fauthor%2Fpod.t;fp=t%2Fauthor%2Fpod.t;h=dfd40ea6042bc0a65349008895af38e6c2030a34;hp=0000000000000000000000000000000000000000;hb=f3cef250be8d8c32193ca222fcb946fb4abfeb20;hpb=766ab81f59db9f3087e0011112ff2e69133a85c5 diff --git a/t/author/pod.t b/t/author/pod.t new file mode 100644 index 0000000..dfd40ea --- /dev/null +++ b/t/author/pod.t @@ -0,0 +1,5 @@ +#!perl + +use Test::More; +use Test::Pod 1.14; +all_pod_files_ok();