X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FResponse.pm;h=cb280dd2b50290d3ece519ba54d65dc3b0d60ad7;hp=3b57cab8dedd522a141ac0682988846366a8e7ad;hb=ac5c933bdd463558e8d621507a53a7b247a9093e;hpb=e5ecd5bc38bac3e2fcfaf643ea2a4c6ab46d7e57 diff --git a/lib/Catalyst/Response.pm b/lib/Catalyst/Response.pm index 3b57cab..cb280dd 100644 --- a/lib/Catalyst/Response.pm +++ b/lib/Catalyst/Response.pm @@ -84,7 +84,7 @@ The keys of the hash reference on the right correspond to the L parameters of the same name, except they are used without a leading dash. Possible parameters are: -=over +=over =item value @@ -144,7 +144,7 @@ Sets or returns the HTTP 'Location'. Sets or returns the HTTP status. $c->response->status(404); - + =head2 $res->write( $data ) Writes $data to the output stream. @@ -165,7 +165,7 @@ Marcus Ramberg, C =head1 COPYRIGHT -This program is free software, you can redistribute it and/or modify +This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself. =cut