]> Dogcows Code - chaz/graphql-client/blobdiff - META.yml
Version 0.604
[chaz/graphql-client] / META.yml
index ef5ab68f298b6575c720bd3d554427f45373347b..6353c3fe7e2d625d314bc450c85d66c2a50ab152 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,5 +1,5 @@
 ---
-abstract: 'A GraphQL client'
+abstract: 'Command-line GraphQL client'
 author:
   - 'Charles McGarvey <chazmcgarvey@brokenzipper.com>'
 build_requires:
@@ -33,27 +33,32 @@ no_index:
 provides:
   GraphQL::Client:
     file: lib/GraphQL/Client.pm
-    version: '0.600'
+    version: '0.604'
+  GraphQL::Client::CLI:
+    file: lib/GraphQL/Client/CLI.pm
+    version: '0.604'
   GraphQL::Client::Error:
     file: lib/GraphQL/Client.pm
-    version: '0.600'
+    version: '0.604'
   GraphQL::Client::http:
     file: lib/GraphQL/Client/http.pm
-    version: '0.600'
+    version: '0.604'
   GraphQL::Client::https:
     file: lib/GraphQL/Client/https.pm
-    version: '0.600'
+    version: '0.604'
 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,7 +69,7 @@ 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.600'
+version: '0.604'
 x_authority: cpan:CCM
 x_generated_by_perl: v5.28.0
 x_serialization_backend: 'YAML::Tiny version 1.73'
This page took 0.026735 seconds and 4 git commands to generate.