27 Jan
2014
27 Jan
'14
9:14 p.m.
On 1/27/2014 01:05, Stefan Hornburg (Racke) wrote:
On 01/27/2014 01:51 AM, Warren Young wrote:
For now, I guess the solution is to very careful to separate the Dancer-using parts of my code from the parts that get *called by* the Dancer-using parts.
Why don't you roll your util functions into your customer Dancer2 plugin?
Because this is an existing body of code, several thousand lines, which doesn't meaningfully extend Dancer. The only reason I tried to "use Dancer2" in this code is so I could share Dancer's existing logging system. The cost of that sharing is too high. I'll just create another log file.