]> Dogcows Code - chaz/graphql-client/blob - META.yml
Version 0.601
[chaz/graphql-client] / META.yml
1 ---
2 abstract: 'A GraphQL client'
3 author:
4 - 'Charles McGarvey <chazmcgarvey@brokenzipper.com>'
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.014, 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.601'
37 GraphQL::Client::Error:
38 file: lib/GraphQL/Client.pm
39 version: '0.601'
40 GraphQL::Client::http:
41 file: lib/GraphQL/Client/http.pm
42 version: '0.601'
43 GraphQL::Client::https:
44 file: lib/GraphQL/Client/https.pm
45 version: '0.601'
46 recommends:
47 HTTP::Tiny: '0'
48 Pod::Usage: '0'
49 requires:
50 Carp: '0'
51 Getopt::Long: '0'
52 HTTP::AnyUA: '0'
53 HTTP::AnyUA::Util: '0'
54 JSON::MaybeXS: '0'
55 Module::Load: '0'
56 Scalar::Util: '0'
57 namespace::clean: '0'
58 overload: '0'
59 parent: '0'
60 perl: '5.010'
61 strict: '0'
62 warnings: '0'
63 resources:
64 bugtracker: https://github.com/chazmcgarvey/graphql-client/issues
65 homepage: https://github.com/chazmcgarvey/graphql-client
66 repository: https://github.com/chazmcgarvey/graphql-client.git
67 version: '0.601'
68 x_authority: cpan:CCM
69 x_generated_by_perl: v5.28.0
70 x_serialization_backend: 'YAML::Tiny version 1.73'
71 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
This page took 0.034633 seconds and 4 git commands to generate.