While permanentising meta/ 62628242 did not properly noindex it
[dbsrgits/DBIx-Class.git] / xt / notabs.t
index 7734b75..3ddea64 100644 (file)
@@ -14,10 +14,12 @@ unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_notabs') ) {
 }
 
 Test::NoTabs::all_perl_files_ok(
-  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::NoTabs::notabs_ok('Changes');
+
 # FIXME - Test::NoTabs declares 'no_plan' which conflicts with done_testing
 # https://github.com/schwern/test-more/issues/14
 #done_testing;