Disable Catalyst's Debug flag

It can be re-enabled by setting $HYDRA_DEBUG to 1.
This commit is contained in:
Eelco Dolstra 2011-11-25 16:44:18 +01:00
parent ec32e833e6
commit ee67821d1f

View file

@ -7,8 +7,7 @@ use Hydra::Helper::Nix;
use Catalyst::Runtime '5.70';
use parent qw/Catalyst/;
use Catalyst qw/-Debug
ConfigLoader
use Catalyst qw/ConfigLoader
Static::Simple
StackTrace
Authentication