X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=blobdiff_plain;f=t%2F02pod.t;fp=t%2F02pod.t;h=1647794510bbde7dd741a90c23c802cb3fc4fc3a;hp=0000000000000000000000000000000000000000;hb=bfeb5ca092922fe84d69717450e7dd4e7363b070;hpb=b2f8df5e44849b00365888e61ce49d8e8c9ef234 diff --git a/t/02pod.t b/t/02pod.t new file mode 100644 index 0000000..1647794 --- /dev/null +++ b/t/02pod.t @@ -0,0 +1,7 @@ +use Test::More; + +eval "use Test::Pod 1.14"; +plan skip_all => 'Test::Pod 1.14 required' if $@; +plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD}; + +all_pod_files_ok();