X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=t%2F00-compile.t;fp=t%2F00-compile.t;h=9c2c70052ffa4efac9eba63ec237fa14dfb16d27;hb=794f74f42c89ba45a33f0c6c1461c769580aca8f;hp=676ed70453919689ad4c038ef1158fbe4f0df79e;hpb=afe2bc3fe09e80cea209312408159ed83f1bfc91;p=chaz%2Fgraphql-client diff --git a/t/00-compile.t b/t/00-compile.t index 676ed70..9c2c700 100644 --- a/t/00-compile.t +++ b/t/00-compile.t @@ -6,10 +6,11 @@ use warnings; use Test::More; -plan tests => 4 + ($ENV{AUTHOR_TESTING} ? 1 : 0); +plan tests => 5 + ($ENV{AUTHOR_TESTING} ? 1 : 0); my @module_files = ( 'GraphQL/Client.pm', + 'GraphQL/Client/CLI.pm', 'GraphQL/Client/http.pm', 'GraphQL/Client/https.pm' );