summaryrefslogtreecommitdiff
path: root/xt/author/eol.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/author/eol.t')
-rw-r--r--xt/author/eol.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/xt/author/eol.t b/xt/author/eol.t
new file mode 100644
index 0000000..e02cf47
--- /dev/null
+++ b/xt/author/eol.t
@@ -0,0 +1,8 @@
+use strict;
+use warnings;
+use Test::More;
+
+# generated by Dist::Zilla::Plugin::Test::EOL 0.15
+use Test::EOL;
+
+all_perl_files_ok({ trailing_whitespace => 1 });