X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=META.yml;h=1b87c760b01bd8a8285c7d290ada9e0368ddabf1;hb=refs%2Fheads%2Fdist;hp=727e00dd61bd016a3a867c4ed4046b9f9e2bc460;hpb=afe2bc3fe09e80cea209312408159ed83f1bfc91;p=chaz%2Fgraphql-client diff --git a/META.yml b/META.yml index 727e00d..1b87c76 100644 --- a/META.yml +++ b/META.yml @@ -1,7 +1,7 @@ --- -abstract: 'A GraphQL client' +abstract: 'Command-line GraphQL client' author: - - 'Charles McGarvey ' + - 'Charles McGarvey ' build_requires: ExtUtils::MakeMaker: '0' File::Spec: '0' @@ -17,7 +17,7 @@ build_requires: configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.014, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -33,27 +33,32 @@ no_index: provides: GraphQL::Client: file: lib/GraphQL/Client.pm - version: '0.601' + version: '0.605' + GraphQL::Client::CLI: + file: lib/GraphQL/Client/CLI.pm + version: '0.605' GraphQL::Client::Error: file: lib/GraphQL/Client.pm - version: '0.601' + version: '0.605' GraphQL::Client::http: file: lib/GraphQL/Client/http.pm - version: '0.601' + version: '0.605' GraphQL::Client::https: file: lib/GraphQL/Client/https.pm - version: '0.601' + version: '0.605' recommends: HTTP::Tiny: '0' Pod::Usage: '0' requires: Carp: '0' - Getopt::Long: '0' + Encode: '0' + Getopt::Long: '2.39' HTTP::AnyUA: '0' HTTP::AnyUA::Util: '0' JSON::MaybeXS: '0' Module::Load: '0' Scalar::Util: '0' + Text::ParseWords: '0' namespace::clean: '0' overload: '0' parent: '0' @@ -64,8 +69,10 @@ resources: bugtracker: https://github.com/chazmcgarvey/graphql-client/issues homepage: https://github.com/chazmcgarvey/graphql-client repository: https://github.com/chazmcgarvey/graphql-client.git -version: '0.601' +version: '0.605' x_authority: cpan:CCM -x_generated_by_perl: v5.28.0 +x_contributors: + - 'jwright ' +x_generated_by_perl: v5.34.1 x_serialization_backend: 'YAML::Tiny version 1.73' x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'