X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Feol.t;h=4baf714ec2f17c4122b839d6b7702e2c0bc0f4b7;hb=a8b66abc9cf90221ebcd9be535eda47f6b37a6f8;hp=ab2d9a1ecc882ff8f8cf70769ef6e03dc40348ae;hpb=20884f55ed03738633c1cf2a1f8d43af743b650e;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/xt/eol.t b/xt/eol.t index ab2d9a1..4baf714 100644 --- a/xt/eol.t +++ b/xt/eol.t @@ -14,10 +14,13 @@ unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_eol') ) { } Test::EOL::all_perl_files_ok({ trailing_whitespace => 1 }, - 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::EOL::eol_unix_ok('Changes', { trailing_whitespace => 1 }); + # FIXME - Test::EOL declares 'no_plan' which conflicts with done_testing # https://github.com/schwern/test-more/issues/14 #done_testing;