X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fpod-syntax.t;h=85af6af0bb3c5f0ef42c929c8cffa17730ce4f43;hb=8a191a98abff7e297bdedd6cb9f9f486691c50c4;hp=1647794510bbde7dd741a90c23c802cb3fc4fc3a;hpb=4eecfbf073a37c38914e69ea3f077db70703e5f7;p=catagits%2FCatalyst-Plugin-Email.git diff --git a/xt/pod-syntax.t b/xt/pod-syntax.t index 1647794..85af6af 100644 --- a/xt/pod-syntax.t +++ b/xt/pod-syntax.t @@ -1,7 +1,7 @@ -use Test::More; +use strict; +use warnings; -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::More; +use Test::Pod 1.14; all_pod_files_ok();