Skip to content

Commit

Permalink
mention how the charset is extracted
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 20, 2013
1 parent 3297522 commit 5fc9b8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Mojo/Message.pm
Expand Up @@ -477,7 +477,8 @@ Access message cookies. Meant to be overloaded in a subclass.
my $str = $msg->decoded_body;
Slurp C<content> and try to decode it if a charset could be detected.
Slurp C<content> and try to decode it if a charset could be extracted with
L<Mojo::Content/"charset">.
=head2 dom
Expand Down

0 comments on commit 5fc9b8a

Please sign in to comment.