While permanentising meta/ 62628242 did not properly noindex it
[dbsrgits/DBIx-Class.git] / xt / eol.t
index 4baf714..221bce4 100644 (file)
--- a/xt/eol.t
+++ b/xt/eol.t
@@ -14,8 +14,7 @@ unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_eol') ) {
 }
 
 Test::EOL::all_perl_files_ok({ trailing_whitespace => 1 },
-  qw/t xt lib script examples/,
-  DBICTest::RunMode->is_author ? ('maint') : (),
+  qw/t xt lib script examples maint/,
 );
 
 # Changes is not a "perl file", hence checked separately