X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fpod.t;h=6a644e9ab67bd37c4b9d55b3380338b25cf26873;hb=960e29eed9ccd049c3c0dcd78a65308242a64ae0;hp=4372a135ca39eb1eaf346d5b54d78fa8d4a42453;hpb=65679e0c35d390436526e5a843a58911509afb51;p=catagits%2FCatalyst-Action-REST.git diff --git a/xt/pod.t b/xt/pod.t index 4372a13..6a644e9 100644 --- a/xt/pod.t +++ b/xt/pod.t @@ -2,7 +2,6 @@ use strict; use warnings; use Test::More; -eval "use Test::Pod 1.14"; -plan skip_all => 'Test::Pod 1.14 required' if $@; +use Test::Pod 1.14; all_pod_files_ok();