From: Charles McGarvey Date: Mon, 16 Mar 2020 00:16:23 +0000 (-0600) Subject: fixup pod X-Git-Tag: v0.601~3 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fgraphql-client;a=commitdiff_plain;h=c9d0cfde05aac5f3ec38b908e570311545f29d11 fixup pod --- diff --git a/lib/GraphQL/Client.pm b/lib/GraphQL/Client.pm index d204f01..edbb64e 100644 --- a/lib/GraphQL/Client.pm +++ b/lib/GraphQL/Client.pm @@ -205,7 +205,7 @@ __END__ C provides a simple way to execute L queries and mutations on a server. -This module is the programmatic interface. There is also a L. +This module is the programmatic interface. There is also a L<"CLI program"|graphql>. GraphQL servers are usually served over HTTP. The provided transport, L, lets you plug in your own user agent, so this client works naturally with L,