From: Karen Etheridge Date: Sat, 14 Jun 2014 22:56:54 +0000 (-0700) Subject: fix incorrect use of i.e. X-Git-Tag: v1.002003~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3c38e105ff0537d40ad223cea7cfc7b0013af524;p=p5sagit%2FJSON-MaybeXS.git fix incorrect use of i.e. --- diff --git a/lib/JSON/MaybeXS.pm b/lib/JSON/MaybeXS.pm index 583c526..4279307 100644 --- a/lib/JSON/MaybeXS.pm +++ b/lib/JSON/MaybeXS.pm @@ -115,7 +115,7 @@ and that object can then be used normally: =head2 new With L, L and L you are required to call -mutators to set options, i.e. +mutators to set options, such as: my $json = $class->new->utf8(1)->pretty(1);