X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FResponse%2FWriter.pm;h=864e5cd932a9ef764c713d15890491061ffe3282;hb=88e5a8b0c4d28e46b8ba6b6b9567063e57af9063;hp=5044bbd9bc6019b44a836d64ea0ae95144b7b0aa;hpb=688e2420d1731666afab58c3e8dcfc1cffd6c2d1;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Response/Writer.pm b/lib/Catalyst/Response/Writer.pm index 5044bbd..864e5cd 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 @@ -45,7 +45,7 @@ These delegate to the underlying L writer object =head2 write_encoded -If the application defines a response encoding (default is UTF8) and the +If the application defines a response encoding (default is UTF8) and the content type is a type that needs to be encoded (text types like HTML or XML and Javascript) we first encode the line you want to write. This is probably the thing you want to always do. If you use the L<\write> method directly you will