in reply to Re: Dancer2: Create a configuration for testing
in thread Dancer2: Create a configuration for testing
Nice demo Ken! Dancer is cool, isn't it?
I think that the set keyword in the Dancer DSL is intended to be the user-called function that wraps the Role method. I updated your example to use
... which is how I code my own D2 apps, as shown in the main doc, and it worked the same.set 'my_stuff' => {X => 'newX', Y => 'newY'};
Hope this helps!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Dancer2: Create a configuration for testing
by kcott (Archbishop) on Jan 06, 2021 at 14:38 UTC |