add a bunch of author-only tests
[gitmo/MooseX-Singleton.git] / xt / tabs.t
diff --git a/xt/tabs.t b/xt/tabs.t
new file mode 100644 (file)
index 0000000..1b9c5b9
--- /dev/null
+++ b/xt/tabs.t
@@ -0,0 +1,13 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+
+use Test::More;
+
+eval "use Test::NoTabs 0.8";
+plan skip_all => "Test::NoTabs 0.8 required for testing tabs" if $@;
+
+# Module::Install has tabs, so we can't check 'inc' or ideally '.'
+all_perl_files_ok('lib', 't', 'xt');
+