X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fpod.t;h=6a644e9ab67bd37c4b9d55b3380338b25cf26873;hb=a9e5f3d2aa58a89ffd70ec22a5485fdbd4b7a3d6;hp=251640d09eed9bf2377304fecb59d8df57303d7e;hpb=6edee33e277b917de955266e0e7634e7cd830cd9;p=catagits%2FCatalyst-Action-Serialize-Data-Serializer.git diff --git a/xt/pod.t b/xt/pod.t index 251640d..6a644e9 100644 --- a/xt/pod.t +++ b/xt/pod.t @@ -2,8 +2,6 @@ use strict; use warnings; 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}; +use Test::Pod 1.14; all_pod_files_ok();