]> Dogcows Code - chaz/graphql-client/blob - xt/author/eol.t
Version 0.605
[chaz/graphql-client] / 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/graphql',
11 'lib/GraphQL/Client.pm',
12 'lib/GraphQL/Client/CLI.pm',
13 'lib/GraphQL/Client/http.pm',
14 'lib/GraphQL/Client/https.pm',
15 't/00-compile.t',
16 't/00-report-prereqs.dd',
17 't/00-report-prereqs.t',
18 't/cli.t',
19 't/client.t',
20 't/http.t',
21 't/https.t',
22 't/lib/MockTransport.pm',
23 't/lib/MockUA.pm',
24 'xt/author/clean-namespaces.t',
25 'xt/author/critic.t',
26 'xt/author/distmeta.t',
27 'xt/author/eol.t',
28 'xt/author/minimum-version.t',
29 'xt/author/no-tabs.t',
30 'xt/author/pod-coverage.t',
31 'xt/author/pod-syntax.t',
32 'xt/author/portability.t',
33 'xt/release/consistent-version.t',
34 'xt/release/cpan-changes.t'
35 );
36
37 eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
38 done_testing;
This page took 0.036869 seconds and 4 git commands to generate.