summaryrefslogtreecommitdiff
path: root/t/author-eol.t
diff options
context:
space:
mode:
Diffstat (limited to 't/author-eol.t')
-rw-r--r--t/author-eol.t16
1 files changed, 16 insertions, 0 deletions
diff --git a/t/author-eol.t b/t/author-eol.t
new file mode 100644
index 0000000..2348cd2
--- /dev/null
+++ b/t/author-eol.t
@@ -0,0 +1,16 @@
+
+BEGIN {
+ unless ($ENV{AUTHOR_TESTING}) {
+ require Test::More;
+ Test::More::plan(skip_all => 'these tests are for testing by the author');
+ }
+}
+
+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 });