X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod.t;fp=t%2Fpod.t;h=4ae1af356e5057040cbeb765b58722977fa87b0a;hb=461dc6d309a34d7c7ba4069f8dc79bbc0321cba7;hp=0000000000000000000000000000000000000000;hpb=2756232eadcf7f35de9d19a273b16528d487e7e3;p=gitmo%2FMoose-Policy.git diff --git a/t/pod.t b/t/pod.t new file mode 100644 index 0000000..4ae1af3 --- /dev/null +++ b/t/pod.t @@ -0,0 +1,11 @@ +#!/usr/bin/perl + +use strict; +use warnings; + +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();