Subject: | Apache2::Cookie docs synopsis should say "...->bake($r);", not just "...->bake;" |
The synopsis in the Apache2::Cookie documentation says to do:
$c_out->bake;
It should say:
$c_out->bake($r);
Without the $r, I got this error message:
[Sun Mar 26 12:33:18 2006] [error] [client 192.168.1.112] Can't call
method "err_headers_out" on an undefined value at
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Apache2/Cookie.pm
line 83.