From: Justin Hunter Date: Tue, 22 Sep 2009 01:05:14 +0000 (-0700) Subject: simple pod coverage test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cc0e01cfc1e9d2c6f67bf6579174c212264257d3;p=dbsrgits%2FSQL-Translator-2.0-ish.git simple pod coverage test --- diff --git a/t/01pod.t b/t/01pod.t new file mode 100644 index 0000000..ddc2905 --- /dev/null +++ b/t/01pod.t @@ -0,0 +1,6 @@ +use Test::More; + +eval "use Test::Pod 1.14"; +plan skip_all => 'Test::Pod 1.14 required' if $@; + +all_pod_files_ok();