From: Matthew Horsfall Date: Wed, 22 Jul 2015 18:38:48 +0000 (-0400) Subject: Fix typo in pod, and standardize on Plack within Catalyst::UTF8. X-Git-Tag: 5.90094~4^2~1^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=27d0c51afdb84b4390e0c6ecc4860d2a4576b78c Fix typo in pod, and standardize on Plack within Catalyst::UTF8. --- diff --git a/lib/Catalyst/UTF8.pod b/lib/Catalyst/UTF8.pod index 0f20099..40ba088 100644 --- a/lib/Catalyst/UTF8.pod +++ b/lib/Catalyst/UTF8.pod @@ -205,7 +205,7 @@ precedence: C If true, then do not try to character decode any wide characters in your -request URL query or keywords. You will need gto handle this manually in your action code +request URL query or keywords. You will need to handle this manually in your action code (although if you choose this setting, chances are you already do this). C @@ -490,7 +490,7 @@ L, L. The main difference this year is that previously calling ->write_fh would return the actual -L writer object that was supplied by your plack application handler, whereas now we wrap +L writer object that was supplied by your Plack application handler, whereas now we wrap that object in a lightweight decorator object that proxies the C and C methods and supplies an additional C method. C does the exact same thing as C except that it will first encode the string when necessary. In general if you are