Converted to Module::Install
[p5sagit/Class-Accessor-Grouped.git] / t / style_no_tabs.t
diff --git a/t/style_no_tabs.t b/t/style_no_tabs.t
new file mode 100644 (file)
index 0000000..1efcefd
--- /dev/null
@@ -0,0 +1,15 @@
+#!perl -wT
+# $Id$
+use strict;
+use warnings;
+
+BEGIN {
+    use Test::More;
+
+    plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};
+
+    eval 'use Test::NoTabs 0.03';
+    plan skip_all => 'Test::NoTabs 0.03 not installed' if $@;
+};
+
+all_perl_files_ok('lib');