Clean up, make author tests not skip, and change perl critic for notabs
[catagits/Catalyst-Plugin-RequireSSL.git] / xt / author / 02pod.t
index 7846aad..46a0ed1 100644 (file)
@@ -4,8 +4,6 @@ use warnings;
 use Test::More;
 
 # Ensure a recent version of Test::Pod
-my $min_tp = 1.22;
-eval "use Test::Pod $min_tp";
-plan skip_all => "Test::Pod $min_tp required for testing POD" if $@;
+use Test::Pod 1.22;
 
 all_pod_files_ok();