From: Marco Pessotto Date: Thu, 29 Oct 2015 22:39:49 +0000 (+0100) Subject: Applied patch from debian RT #106385 X-Git-Tag: 0.090103~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=fe16aca1d8ee919d60870e3e5dc9efd6547b7872 Applied patch from debian RT #106385 --- diff --git a/lib/Catalyst/Response/Writer.pm b/lib/Catalyst/Response/Writer.pm index 5044bbd..0037461 100644 --- a/lib/Catalyst/Response/Writer.pm +++ b/lib/Catalyst/Response/Writer.pm @@ -13,7 +13,7 @@ sub write_encoded { $self->write($line); } -=head1 TITLE +=head1 NAME Catalyst::Response::Writer - Proxy over the PSGI Writer