Skip to content

Commit

Permalink
better description for leftovers method
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 12, 2012
1 parent 3ab684b commit e0bb7e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,6 +1,7 @@

3.47 2012-10-13
- Added all method to Mojo::UserAgent::CookieJar.
- Improved documentation.
- Fixed WebSocket bug in Mojo::Content.

3.46 2012-10-11
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/Headers.pm
Expand Up @@ -416,9 +416,9 @@ Shortcut for the C<Last-Modified> header.
=head2 C<leftovers>
my $leftovers = $headers->leftovers;
my $bytes = $headers->leftovers;
Leftovers.
Get leftover data from header parser.
=head2 C<location>
Expand Down

0 comments on commit e0bb7e8

Please sign in to comment.