enter xt/ (RT#56698)
[dbsrgits/DBIx-Class.git] / xt / eol.t
similarity index 85%
rename from t/07eol.t
rename to xt/eol.t
index 85301ef..609f6ad 100644 (file)
--- a/t/07eol.t
+++ b/xt/eol.t
@@ -22,7 +22,10 @@ unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_eol') ) {
 
 TODO: {
   local $TODO = 'Do not fix those yet - we have way too many branches out there, merging will be hell';
-  Test::EOL::all_perl_files_ok({ trailing_whitespace => 1}, qw/t lib script maint/);
+  Test::EOL::all_perl_files_ok({ trailing_whitespace => 1},
+    qw/t xt lib script/,
+    DBICTest::AuthorCheck->is_author ? ('maint') : (),
+  );
 }
 
 # FIXME - need to fix Test::EOL