move author tests to xt and remove environment conditional
[p5sagit/Class-Accessor-Grouped.git] / t / pod_syntax.t
diff --git a/t/pod_syntax.t b/t/pod_syntax.t
deleted file mode 100644 (file)
index 6791d5d..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-use strict;
-use warnings;
-
-BEGIN {
-  use lib 't/lib';
-  use Test::More;
-
-  plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};
-
-  eval 'use Test::Pod 1.00';
-  plan skip_all => 'Test::Pod 1.00 not installed' if $@;
-};
-
-all_pod_files_ok();