From: Karen Etheridge <ether@cpan.org>
Date: Wed, 23 Apr 2014 16:57:14 +0000 (-0700)
Subject: add link to JSON.pm
X-Git-Tag: v1.002001~3
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5c5810754746906a96aba280e76971ece3a0a7d7;p=p5sagit%2FJSON-MaybeXS.git

add link to JSON.pm
---

diff --git a/lib/JSON/MaybeXS.pm b/lib/JSON/MaybeXS.pm
index 10387ce..0d372f9 100644
--- a/lib/JSON/MaybeXS.pm
+++ b/lib/JSON/MaybeXS.pm
@@ -71,7 +71,7 @@ It then exports the C<encode_json> and C<decode_json> functions from the
 loaded module, along with a C<JSON> constant that returns the class name
 for calling C<new> on.
 
-If you're writing fresh code rather than replacing JSON.pm usage, you might
+If you're writing fresh code rather than replacing L<JSON.pm|JSON> usage, you might
 want to pass options as constructor args rather than calling mutators, so
 we provide our own C<new> method that supports that.