Add check for wrong number of newlines at the end of the file
[catagits/Test-EOL.git] / t / 10-use-self.t
1 # Check that our own source is clean
2 use Test::EOL;
3 use Cwd;
4 use File::Spec;
5 all_perl_files_ok(File::Spec->catdir(cwd(), 'lib'), {
6     trailing_whitespace => 1,
7     trailing_newline => 1,
8 });
9