Check more files for notabs/eol
[dbsrgits/DBIx-Class.git] / xt / eol.t
index ab2d9a1..4baf714 100644 (file)
--- a/xt/eol.t
+++ b/xt/eol.t
@@ -14,10 +14,13 @@ unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_eol') ) {
 }
 
 Test::EOL::all_perl_files_ok({ trailing_whitespace => 1 },
-  qw/t xt lib script/,
+  qw/t xt lib script examples/,
   DBICTest::RunMode->is_author ? ('maint') : (),
 );
 
+# Changes is not a "perl file", hence checked separately
+Test::EOL::eol_unix_ok('Changes', { trailing_whitespace => 1 });
+
 # FIXME - Test::EOL declares 'no_plan' which conflicts with done_testing
 # https://github.com/schwern/test-more/issues/14
 #done_testing;