Add author tests for "no tabs"
Shawn M Moore [Fri, 26 Jun 2009 19:27:48 +0000 (15:27 -0400)]
xt/author/tabs.t [new file with mode: 0644]

diff --git a/xt/author/tabs.t b/xt/author/tabs.t
new file mode 100644 (file)
index 0000000..c0d723c
--- /dev/null
@@ -0,0 +1,12 @@
+#!/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 $@;
+
+all_perl_files_ok();
+