X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fnotabs.t;h=3ddea64bc6c9edc9a4d929da610aab669a158f2a;hb=9be608ca218f61efa68d388938babd039270eac5;hp=15e218f3a676516c58285bac67722ef0fe149f2b;hpb=4ba3f3b24d5587459dd0bb8125ba71f5640446c1;p=dbsrgits%2FDBIx-Class.git diff --git a/xt/notabs.t b/xt/notabs.t index 15e218f..3ddea64 100644 --- a/xt/notabs.t +++ b/xt/notabs.t @@ -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