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