X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FGraphQL%2FClient.pm;h=1dec7b251c11754f9dc5e84d7a2f014fea8db99d;hb=refs%2Fheads%2Fdist;hp=8fd2368420fbc5197e2ea0baeec815ce5da96133;hpb=26b24f42605c8646a9c21ef2b94f1ceeec6cf634;p=chaz%2Fgraphql-client diff --git a/lib/GraphQL/Client.pm b/lib/GraphQL/Client.pm index 8fd2368..1dec7b2 100644 --- a/lib/GraphQL/Client.pm +++ b/lib/GraphQL/Client.pm @@ -8,7 +8,7 @@ use Module::Load qw(load); use Scalar::Util qw(reftype); use namespace::clean; -our $VERSION = '0.604'; # VERSION +our $VERSION = '0.605'; # VERSION sub _croak { require Carp; goto &Carp::croak } sub _throw { GraphQL::Client::Error->throw(@_) } @@ -171,7 +171,7 @@ GraphQL::Client - A GraphQL client =head1 VERSION -version 0.604 +version 0.605 =head1 SYNOPSIS @@ -361,7 +361,7 @@ feature. =head1 AUTHOR -Charles McGarvey +Charles McGarvey =head1 COPYRIGHT AND LICENSE