]> Dogcows Code - chaz/graphql-client/blobdiff - xt/author/no-tabs.t
Version 0.605
[chaz/graphql-client] / xt / author / no-tabs.t
index f70f55c231a4dc2806528379889cf734dc8fc45a..9c4e0afafe788bb1197f70aae3d5fe98bf81282b 100644 (file)
@@ -9,11 +9,13 @@ use Test::NoTabs;
 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'
 );
 
 notabs_ok($_) foreach @files;
This page took 0.02039 seconds and 4 git commands to generate.