move author tests to xt and remove environment conditional
[p5sagit/Class-Accessor-Grouped.git] / xt / pod_syntax.t
diff --git a/xt/pod_syntax.t b/xt/pod_syntax.t
new file mode 100644 (file)
index 0000000..4e9b25a
--- /dev/null
@@ -0,0 +1,9 @@
+use strict;
+use warnings;
+use Test::More;
+BEGIN {
+  eval 'use Test::Pod 1.00; 1'
+    or plan skip_all => 'Test::Pod 1.00 not installed';
+}
+
+all_pod_files_ok();