Add a NoTabs test and make it pass.
[catagits/Catalyst-Plugin-Authentication.git] / t / author / notabs.t
diff --git a/t/author/notabs.t b/t/author/notabs.t
new file mode 100644 (file)
index 0000000..70b743a
--- /dev/null
@@ -0,0 +1,5 @@
+use strict;
+use warnings;
+use Test::NoTabs;
+
+all_perl_files_ok;