Ensure author side tests are always run
[catagits/Catalyst-Action-REST.git] / xt / pod.t
index 4372a13..6a644e9 100644 (file)
--- 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();