While permanentising meta/ 62628242 did not properly noindex it
[dbsrgits/DBIx-Class.git] / xt / notabs.t
index 15e218f..3ddea64 100644 (file)
@@ -14,8 +14,7 @@ unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_notabs') ) {
 }
 
 Test::NoTabs::all_perl_files_ok(
-  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