Skip to content

Commit

Permalink
Merge pull request #9 from audreyt/patch-3
Browse files Browse the repository at this point in the history
Fix double negatives in POD
  • Loading branch information
avar committed Jan 20, 2014
2 parents 6c9b469 + 1767f16 commit 25359be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Hijk.pm
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,9 @@ Users should keep this in mind when using Hijk.
Noticed that the C<head> in the response is a HashRef rather then an ArrayRef.
This makes it easier to retrieve specific header fields.
We currently don't support server that does not return a http body without a
Content-Length header, bodies B<MUST> have an accompanying Content-Length or we
won't pick them up.
We currently don't support servers returning a http body without an accompanying
C<Content-Length> header; bodies B<MUST> have a C<Content-Length> or we won't pick
them up.
=head1 ERROR CODES
Expand Down

0 comments on commit 25359be

Please sign in to comment.