Default to using the cwd to base tests
[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'), { trailing_whitespace => 1 });
6