aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Catalyst/Engine.pm
Commit message (Collapse)AuthorAgeLines
* Fix lack of error logging in certain scenarios.Matthew Somerville2015-10-08-0/+738
Upgrade Catalyst::Engine and Catalyst::Log to 5.90030 so that errors are logged via psgi.errors rather than printed to the (perhaps nulled) stderr. Fixes #404.