Skip to content

Commit

Permalink
Merge pull request #482 from frioux/patch-2
Browse files Browse the repository at this point in the history
Fix pod formatting
  • Loading branch information
miyagawa committed Dec 10, 2014
2 parents 0f46dbb + 0973d0e commit 79b2dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Plack/Request.pm
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ strings that are sent by clients and are URI decoded.
If there are multiple cookies with the same name in the request, this
method will ignore the duplicates and return only the first value. If
that causes issues for you, you may have to use modules like
CGI::Simple::Cookie to parse C<<$request->header('Cookies')>> by
CGI::Simple::Cookie to parse C<< $request->header('Cookies') >> by
yourself.
=item query_parameters
Expand Down

0 comments on commit 79b2dc8

Please sign in to comment.