Fix Pod
[catagits/Catalyst-Plugin-Authentication.git] / t / author / eol.t
1 #!/usr/bin/env perl
2
3 use Test::More;
4 eval {require Test::EOL; };
5
6 if ($@) {
7     plan skip_all => 'Need Test::EOL installed for line ending tests';
8     exit 0;
9 }
10 Test::EOL->import;
11 all_perl_files_ok();
12