[dancer-users] "use Dancer2" interferes with package exports
Russell Jenkins
russell.jenkins at strategicdata.com.au
Sun Jan 26 12:01:38 GMT 2014
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.
More information about the dancer-users
mailing list