X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=t%2Fpod.t;fp=t%2Fpod.t;h=976d7cdfb2a829b1383ffe12570180e25c14668c;hp=0000000000000000000000000000000000000000;hb=424363ed169eae916480670bea2363322285855a;hpb=31f0eb77c2ea2257ef82cf097f626a331d66c46a diff --git a/t/pod.t b/t/pod.t new file mode 100644 index 0000000..976d7cd --- /dev/null +++ b/t/pod.t @@ -0,0 +1,6 @@ +#!perl -T + +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();