[dancer-users] "use Dancer2" interferes with package exports

Warren Young warren at etr-usa.com
Mon Jan 27 21:14:44 GMT 2014


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.


More information about the dancer-users mailing list