X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FLog.pm;h=a5992848b329a674b411060830e754db54faeef7;hb=480d94b5f34577816d44fe05389ca5a085179363;hp=e70197f68b9a371269c8661347781f0c34c5a14a;hpb=1b526dcc8437ccd8c55e8e313f3fe247b6741969;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Log.pm b/lib/Catalyst/Log.pm old mode 100755 new mode 100644 index e70197f..a599284 --- a/lib/Catalyst/Log.pm +++ b/lib/Catalyst/Log.pm @@ -141,6 +141,7 @@ sub _send_to_log { if ($self->can('_has_psgi_errors') and $self->_has_psgi_errors) { $self->_psgi_errors->print(@_); } else { + binmode STDERR, ":utf8"; print STDERR @_; } }