X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fpod.t;fp=rt%2Ft%2Fpod.t;h=d11a497eb88b61eb91d58c8034f21148b7802ec6;hb=b4b0c7e72d7eaee2fbfc7022022c9698323203dd;hp=0000000000000000000000000000000000000000;hpb=2dfda73eeb3eae2d4f894099754794ef07d060dd;p=freeside.git diff --git a/rt/t/pod.t b/rt/t/pod.t new file mode 100644 index 000000000..d11a497eb --- /dev/null +++ b/rt/t/pod.t @@ -0,0 +1,7 @@ +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();