<%once>; # Enable smarter exceptions if in QA_MODE. local $SIG{__DIE__} = sub { die &Bric::App::Handler::_make_fault } if QA_MODE; <%perl>; # Execute the dhandlers. $m->call_next(%ARGS); <%filter> Bric::App::Callback::CharTrans->from_utf8($_[0]) if Bric::Config::ENCODE_OK; <%doc> ############################################################################### =head1 NAME autohandler - The first Mason element to execute during a request. =head1 VERSION $LastChangedRevision$ =head1 DATE $LastChangedDate$ =head1 SYNOPSIS N/A =head1 DESCRIPTION This is the root autohandler.