Don't require an env var to run pod tests
Dave Rolsky [Sun, 17 Jan 2010 22:31:05 +0000 (16:31 -0600)]
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();