]> Dogcows Code - chaz/graphql-client/blobdiff - lib/GraphQL/Client/http.pm
Version 0.601
[chaz/graphql-client] / lib / GraphQL / Client / http.pm
index 7adf4a4671063227206946297afcf8aec10b9ce8..a53228af1566b08312e0541fc4fa0a7d986d7daa 100644 (file)
@@ -9,7 +9,7 @@ use HTTP::AnyUA::Util qw(www_form_urlencode);
 use HTTP::AnyUA;
 use namespace::clean;
 
-our $VERSION = '0.600'; # VERSION
+our $VERSION = '0.601'; # VERSION
 
 sub _croak { require Carp; goto &Carp::croak }
 
@@ -169,7 +169,7 @@ GraphQL::Client::http - GraphQL over HTTP
 
 =head1 VERSION
 
-version 0.600
+version 0.601
 
 =head1 SYNOPSIS
 
@@ -188,7 +188,7 @@ version 0.600
             authorization => 'Bearer s3cr3t',
         },
     };
-    my $response = $client->execute($request, $options);
+    my $response = $transport->execute($request, $options);
 
 =head1 DESCRIPTION
 
This page took 0.020982 seconds and 4 git commands to generate.