Enforce clean source by applying Test::EOL on ourself
[catagits/Test-EOL.git] / t / 10-use-self.t
diff --git a/t/10-use-self.t b/t/10-use-self.t
new file mode 100644 (file)
index 0000000..f9f757b
--- /dev/null
@@ -0,0 +1,3 @@
+# Check that our own source is clean
+use Test::EOL;
+all_perl_files_ok({ trailing_whitespace => 1 });