X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fnotabs.t;h=15e218f3a676516c58285bac67722ef0fe149f2b;hb=c859e1089538099dddaa829b665c1a1e0b7542b5;hp=7734b75aaef47fa38cbf91467ff2ef1700a09348;hpb=20884f55ed03738633c1cf2a1f8d43af743b650e;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/xt/notabs.t b/xt/notabs.t index 7734b75..15e218f 100644 --- a/xt/notabs.t +++ b/xt/notabs.t @@ -14,10 +14,13 @@ unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_notabs') ) { } Test::NoTabs::all_perl_files_ok( - qw/t xt lib script/, + qw/t xt lib script examples/, DBICTest::RunMode->is_author ? ('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;