26 Apr
2010
26 Apr
'10
4:20 p.m.
Agreed. I had seen the DANCER_CONFDIR environment variable, but could not get it to work from within a Perl script or module (using $ENV{DANCER_CONFDIR} = ..) without calling Dancer->import() manually, so that defeated the purpose.
Thinking about it, I didn't try putting it in a BEGIN block. That should take care of it. S.