Subject: | Please document that header_{out|in} are not available in MP2, so using them is not portable |
Methods $r->header_in, $r->header_out and $r->err_header_out are not
available anymore in mod_perl2, please adjust all documents:
http://www.masonhq.com/docs/manual/CGIHandler.html#r_methods
http://www.masonhq.com/docs/manual/Devel.html#sending_http_headers
http://www.masonhq.com/docs/manual/Devel.html#request_objects
http://www.masonhq.com/?FAQ:HTTPAndHTML#h-how_do_i_modify_the_outgoing_http_headers_
http://www.masonhq.com/?FAQ:HTTPAndHTML#h-how_do_i_do_an_external_redirect_
The following methods should be used instead:
$r->headers_in, $r->headers_out and $r->err_headers_out
--
Best regards, Ruslan.