]> Dogcows Code - chaz/graphql-client/blob - META.yml
Version 0.605
[chaz/graphql-client] / META.yml
1 ---
2 abstract: 'Command-line GraphQL client'
3 author:
4 - 'Charles McGarvey <ccm@cpan.org>'
5 build_requires:
6 ExtUtils::MakeMaker: '0'
7 File::Spec: '0'
8 FindBin: '0'
9 Future: '0'
10 HTTP::AnyUA::Backend: '0'
11 IO::Handle: '0'
12 IPC::Open3: '0'
13 Test::Deep: '0'
14 Test::Exception: '0'
15 Test::More: '0'
16 lib: '0'
17 configure_requires:
18 ExtUtils::MakeMaker: '0'
19 dynamic_config: 0
20 generated_by: 'Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010'
21 license: perl
22 meta-spec:
23 url: http://module-build.sourceforge.net/META-spec-v1.4.html
24 version: '1.4'
25 name: GraphQL-Client
26 no_index:
27 directory:
28 - eg
29 - share
30 - shares
31 - t
32 - xt
33 provides:
34 GraphQL::Client:
35 file: lib/GraphQL/Client.pm
36 version: '0.605'
37 GraphQL::Client::CLI:
38 file: lib/GraphQL/Client/CLI.pm
39 version: '0.605'
40 GraphQL::Client::Error:
41 file: lib/GraphQL/Client.pm
42 version: '0.605'
43 GraphQL::Client::http:
44 file: lib/GraphQL/Client/http.pm
45 version: '0.605'
46 GraphQL::Client::https:
47 file: lib/GraphQL/Client/https.pm
48 version: '0.605'
49 recommends:
50 HTTP::Tiny: '0'
51 Pod::Usage: '0'
52 requires:
53 Carp: '0'
54 Encode: '0'
55 Getopt::Long: '2.39'
56 HTTP::AnyUA: '0'
57 HTTP::AnyUA::Util: '0'
58 JSON::MaybeXS: '0'
59 Module::Load: '0'
60 Scalar::Util: '0'
61 Text::ParseWords: '0'
62 namespace::clean: '0'
63 overload: '0'
64 parent: '0'
65 perl: '5.010'
66 strict: '0'
67 warnings: '0'
68 resources:
69 bugtracker: https://github.com/chazmcgarvey/graphql-client/issues
70 homepage: https://github.com/chazmcgarvey/graphql-client
71 repository: https://github.com/chazmcgarvey/graphql-client.git
72 version: '0.605'
73 x_authority: cpan:CCM
74 x_contributors:
75 - 'jwright <jwright@ecstuning.com>'
76 x_generated_by_perl: v5.34.1
77 x_serialization_backend: 'YAML::Tiny version 1.73'
78 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
This page took 0.037004 seconds and 4 git commands to generate.