From: Mischa POSLAWSKY Date: Wed, 4 Jun 2008 22:56:25 +0000 (+0000) Subject: warn pre-start() errors X-Git-Tag: 3.23~9 X-Git-Url: http://git.shiar.nl/gitweb.cgi/perl/plp/.git/commitdiff_plain/58ad0f73721365480cd2c2bc844af04146ba1941?hp=58ad0f73721365480cd2c2bc844af04146ba1941 warn pre-start() errors Early warnings (cgi 403/404) should warn instead of print to STDERR. This allows them to be handled by $SIG{__WARN__} (usually not set, but used in tests). ---