X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fpod-syntax.t;h=85af6af0bb3c5f0ef42c929c8cffa17730ce4f43;hb=87118934de1334c4a2eb24e729e9409a1608c352;hp=1647794510bbde7dd741a90c23c802cb3fc4fc3a;hpb=332d3a3dfbbfd6f2dedab8325c8659709c8ef459;p=catagits%2FCatalyst-View-TT.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();