[Catalyst] debug mode

Daniel McBrearty danielmcbrearty at gmail.com
Tue Jun 5 14:17:44 GMT 2007


FWIW

I just turn debug off, and do

export MYAPP_DEBUG=1; script/myapp_server.pl -r;

as I am developing. As that line is always there in the command buffer
it's no hassle. If I want I can have

BEGIN {
  $ENV{MYAPP_DEBUG} = 1;
}

in test scripts.

Basically i find just using one mechanism is easier, less to worry
about later on. as they say, it works for me ...


-- 
Daniel McBrearty
email : danielmcbrearty at gmail.com
www.engoi.com
danmcb.vox.com
danmcb.blogger.com
BTW : 0873928131



More information about the Catalyst mailing list