On Sun, 8 Dec 2013, sawyer x wrote:
Can you give an example of one that is useful as a CPAN module?
Yes, lots. How many Dancer::App's can you find that implement: - a blog - an URL shortener - bookmarks - pastebins - or (from the docs) a forum? Some of them need an Auth system but we have Dancer-Plugin-Auth-Extensible Just configure your Dancer::App in config.yml I am working on a "mailman" system. Do you want to reinvent a "usergroup"? I do. And I want it to look NOT like http://lists.preshweb.co.uk/mailman/listinfo/dancer-users So: Dancer::App::Usergroup Can I have that namespace? -- Henk
On Sun, Dec 8, 2013 at 12:27 PM, Henk van Oers <hvo.pm@xs4all.nl> wrote:
I am a user of https://metacpan.org/pod/Dancer#load_app
<q> load_app 'Forum', prefix => '/forum', settings => {foo => 'bar'}; </q>
I reuse controler modules in different deployment modules. Some controler modules are useful CPAN modules. They do not extend the DSL, so, are not Dancer::Plugin's.
Can I use the namespace Dancer::App for those modules?
-- Henk