From: Karen Etheridge 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 and C functions from the loaded module, along with a C constant that returns the class name for calling C 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 usage, you might want to pass options as constructor args rather than calling mutators, so we provide our own C method that supports that.