Don't require an env var to run pod tests
[catagits/Catalyst-Action-Serialize-Data-Serializer.git] / xt / pod.t
index 251640d..4372a13 100644 (file)
--- a/xt/pod.t
+++ b/xt/pod.t
@@ -4,6 +4,5 @@ use Test::More;
 
 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};
 
 all_pod_files_ok();