warn pre-start() errors
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 4 Jun 2008 22:56:25 +0000 (22:56 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 4 Jun 2008 22:56:25 +0000 (22:56 +0000)
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).


No differences found