26 Jan
2014
26 Jan
'14
12:01 p.m.
On 26/01/2014 1:24 pm, Warren Young wrote:
Can anyone explain how the Foo module exports get changed in my trivial example?
When you 'use Dancer2', its import adds an import method into your apps namespace, overriding the one Exporter provides. There are some further notes in http://github.com/PerlDancer/Dancer2/issues/487 regarding this, otherwise it looks like its currently undocumented. Cheers, Russell.