X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FGraphQL%2FClient%2Fhttp.pm;fp=lib%2FGraphQL%2FClient%2Fhttp.pm;h=a53228af1566b08312e0541fc4fa0a7d986d7daa;hb=afe2bc3fe09e80cea209312408159ed83f1bfc91;hp=7adf4a4671063227206946297afcf8aec10b9ce8;hpb=5d541d3263496638433052515b9dea5b271f9352;p=chaz%2Fgraphql-client diff --git a/lib/GraphQL/Client/http.pm b/lib/GraphQL/Client/http.pm index 7adf4a4..a53228a 100644 --- a/lib/GraphQL/Client/http.pm +++ b/lib/GraphQL/Client/http.pm @@ -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