move xt tests to xt/author for Module::Install to work
[gitmo/MooseX-Singleton.git] / xt / tabs.t
diff --git a/xt/tabs.t b/xt/tabs.t
deleted file mode 100644 (file)
index 1b9c5b9..0000000
--- a/xt/tabs.t
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/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');
-