Package: libapache2-mod-perl2
Version: 2.0.4-4
The documentation for ModPerl::Registry contains the example:
my $r = Apache2::RequestUtil->request;
$r->content_type("text/html");
$r->send_http_header;
$r->print("mod_perl rules!");
However, this results in the following output in the error log file:
Can't locate object method "send_http_header" via package "Apache2::RequestRec"
The call to send_http_header is not required (anymore) since
the method content_type already prints out the content type
to the web server.
Regards,
Joey
--
If you come from outside of Finland, you live in wrong country.
-- motd of irc.funet.fi
Please always Cc to me when replying to me on the lists.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]