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