X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FResponse.pm;h=e7bc2d3f314d5acfcc63a5c3fac96a45cb937ecf;hb=9d77b559afd856d76549645c55811abca8661563;hp=94ee3f3205734d7b7926bc6667a3602299f0adbf;hpb=18adb1edacd2c9ef19e9314d5e04168b4823af9d;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Response.pm b/lib/Catalyst/Response.pm index 94ee3f3..e7bc2d3 100644 --- a/lib/Catalyst/Response.pm +++ b/lib/Catalyst/Response.pm @@ -556,7 +556,7 @@ finalized (there isn't one anyway) and you need to call the close method. Prints @data to the output stream, separated by $,. This lets you pass the response object to functions that want to write to an L. -=head2 $self->finalize_headers($c) +=head2 $res->finalize_headers() Writes headers to response if not already written