]> Dogcows Code - chaz/groupsecret/blob - xt/author/eol.t
Version 0.303
[chaz/groupsecret] / xt / author / eol.t
1 use strict;
2 use warnings;
3
4 # this test was generated with Dist::Zilla::Plugin::Test::EOL 0.19
5
6 use Test::More 0.88;
7 use Test::EOL;
8
9 my @files = (
10 'bin/groupsecret',
11 'lib/App/GroupSecret.pm',
12 'lib/App/GroupSecret/Crypt.pm',
13 'lib/App/GroupSecret/File.pm',
14 't/00-compile.t',
15 't/00-report-prereqs.dd',
16 't/00-report-prereqs.t',
17 't/02-file.t',
18 't/keyfiles/basic.yml',
19 't/keyfiles/empty.yml',
20 't/keys/foo_rsa',
21 't/keys/foo_rsa.pub',
22 'xt/author/clean-namespaces.t',
23 'xt/author/critic.t',
24 'xt/author/eol.t',
25 'xt/author/no-tabs.t',
26 'xt/author/pod-coverage.t',
27 'xt/author/pod-no404s.t',
28 'xt/author/pod-syntax.t',
29 'xt/author/portability.t',
30 'xt/release/cpan-changes.t',
31 'xt/release/distmeta.t',
32 'xt/release/minimum-version.t'
33 );
34
35 eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
36 done_testing;
This page took 0.033056 seconds and 4 git commands to generate.