]> Dogcows Code - chaz/graphql-client/blobdiff - xt/author/eol.t
Version 0.605
[chaz/graphql-client] / xt / author / eol.t
index aae18ba62d2b3a5c9f91e0df78503ad327bb1395..e84dca43fd4917470e94701aca7112d496461e84 100644 (file)
@@ -9,11 +9,13 @@ use Test::EOL;
 my @files = (
     'bin/graphql',
     'lib/GraphQL/Client.pm',
+    'lib/GraphQL/Client/CLI.pm',
     'lib/GraphQL/Client/http.pm',
     'lib/GraphQL/Client/https.pm',
     't/00-compile.t',
     't/00-report-prereqs.dd',
     't/00-report-prereqs.t',
+    't/cli.t',
     't/client.t',
     't/http.t',
     't/https.t',
@@ -21,6 +23,7 @@ my @files = (
     't/lib/MockUA.pm',
     'xt/author/clean-namespaces.t',
     'xt/author/critic.t',
+    'xt/author/distmeta.t',
     'xt/author/eol.t',
     'xt/author/minimum-version.t',
     'xt/author/no-tabs.t',
@@ -28,8 +31,7 @@ my @files = (
     'xt/author/pod-syntax.t',
     'xt/author/portability.t',
     'xt/release/consistent-version.t',
-    'xt/release/cpan-changes.t',
-    'xt/release/distmeta.t'
+    'xt/release/cpan-changes.t'
 );
 
 eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
This page took 0.021132 seconds and 4 git commands to generate.