summaryrefslogtreecommitdiff
path: root/xt/release/no-tabs.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/release/no-tabs.t')
-rw-r--r--xt/release/no-tabs.t25
1 files changed, 25 insertions, 0 deletions
diff --git a/xt/release/no-tabs.t b/xt/release/no-tabs.t
new file mode 100644
index 0000000..230607d
--- /dev/null
+++ b/xt/release/no-tabs.t
@@ -0,0 +1,25 @@
+use strict;
+use warnings;
+
+# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.08
+
+use Test::More 0.88;
+use Test::NoTabs;
+
+my @files = (
+ 'lib/Eval/Closure.pm',
+ 't/00-compile.t',
+ 't/basic.t',
+ 't/canonicalize-source.t',
+ 't/close-over-nonref.t',
+ 't/close-over.t',
+ 't/compiling-package.t',
+ 't/debugger.t',
+ 't/description.t',
+ 't/errors.t',
+ 't/lexical-subs.t',
+ 't/memoize.t'
+);
+
+notabs_ok($_) foreach @files;
+done_testing;