RT#22364 (ASH) hopefully fixed with updated prereq
[dbsrgits/DBIx-Class-UUIDColumns.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..406ad00
--- /dev/null
@@ -0,0 +1,16 @@
+#!perl -wT\r
+# $Id: style_no_tabs.t 3236 2007-05-05 16:24:35Z claco $\r
+use strict;\r
+use warnings;\r
+\r
+BEGIN {\r
+    use lib 't/lib';\r
+    use DBIC::Test;\r
+\r
+    plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};\r
+\r
+    eval 'use Test::NoTabs 0.03';\r
+    plan skip_all => 'Test::NoTabs 0.03 not installed' if $@;\r
+};\r
+\r
+all_perl_files_ok('lib');\r