Skip Menu |

This queue is for tickets about the HTTP-Message CPAN distribution.

Report information
The Basics
Id: 75831
Status: resolved
Priority: 0/
Queue: HTTP-Message

People
Owner: Nobody in particular
Requestors: 'spro^^*%*^6ut# [...] &$%*c
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] Fix doc grammo
See attachment.
Subject: open_BY03uo3n.txt
diff -rup HTTP-Message-6.03-Hqghnh-orig/lib/HTTP/Response.pm HTTP-Message-6.03-Hqghnh/lib/HTTP/Response.pm --- HTTP-Message-6.03-Hqghnh-orig/lib/HTTP/Response.pm 2012-02-16 14:14:03.000000000 -0800 +++ HTTP-Message-6.03-Hqghnh/lib/HTTP/Response.pm 2012-03-16 16:26:16.000000000 -0700 @@ -380,7 +380,7 @@ Constructs a new C<HTTP::Response> objec response code $code and optional message $msg. The optional $header argument should be a reference to an C<HTTP::Headers> object or a plain array reference of key/value pairs. The optional $content -argument should be a string of bytes. The meaning these arguments are +argument should be a string of bytes. The meanings of these arguments are described below. =item $r = HTTP::Response->parse( $str )