From c9d0cfde05aac5f3ec38b908e570311545f29d11 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Sun, 15 Mar 2020 18:16:23 -0600 Subject: [PATCH] fixup pod --- lib/GraphQL/Client.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.43.0