Since .generated_pod is no longer shipped in-dist, move it to maint/
[dbsrgits/DBIx-Class.git] / xt / eol.t
index ab2d9a1..221bce4 100644 (file)
--- a/xt/eol.t
+++ b/xt/eol.t
@@ -14,10 +14,12 @@ unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_eol') ) {
 }
 
 Test::EOL::all_perl_files_ok({ trailing_whitespace => 1 },
-  qw/t xt lib script/,
-  DBICTest::RunMode->is_author ? ('maint') : (),
+  qw/t xt lib script examples 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;