X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fgraphql-client;a=blobdiff_plain;f=dist.ini;h=78e688a07e71d39a6fc10e379d228fad18e0212b;hp=7b201e3f180940c3f9ffa8e726bca99aa427945a;hb=HEAD;hpb=6ceb671d38a8564d8bbe6e52a33e54ebdc4ca282 diff --git a/dist.ini b/dist.ini index 7b201e3..d3a62db 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,6 @@ name = GraphQL-Client -author = Charles McGarvey +main_module = bin/graphql +author = Charles McGarvey copyright_holder = Charles McGarvey copyright_year = 2020 license = Perl_5 @@ -21,14 +22,16 @@ remove_runtime = Pod::Usage remove_runtime = Text::CSV remove_runtime = Text::Table::Any remove_runtime = YAML +remove_runtime = JSON::Path::Evaluator [Prereqs / RuntimeRecommends] HTTP::Tiny = 0 Pod::Usage = 0 [Prereqs / RuntimeSuggests] -Data::Dumper = 0 -Text::CSV = 0 -Text::Table::Any = 0 -YAML = 0 +Data::Dumper = 0 +JSON::Path::Evaluator = 0 +Text::CSV = 0 +Text::Table::Any = 0 +YAML = 0 [Prereqs / DevelopRecommends] ; for fatpack.pl App::FatPacker = 0