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