use strict; use warnings; # this test was generated with Dist::Zilla::Plugin::Test::EOL 0.19 use Test::More 0.88; use Test::EOL; my @files = ( 'lib/LWP/Protocol/https.pm', 't/00-report-prereqs.dd', 't/00-report-prereqs.t', 't/apache.t', 't/https_proxy.t', 't/method_in_san.t' ); eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files; done_testing;