X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=blobdiff_plain;f=xt%2Fpod.t;h=6a644e9ab67bd37c4b9d55b3380338b25cf26873;hp=4372a135ca39eb1eaf346d5b54d78fa8d4a42453;hb=4a1b40cda992d9d67d785af7f59fb9285ae6d7c7;hpb=4ac3b2f40b6a6aef2149d21f0350fa0ba212de97 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();