Dancer icon indicating copy to clipboard operation
Dancer copied to clipboard

The easiest way to write web applications with Perl (Perl web micro-framework)

Results 87 Dancer issues
Sort by recently updated
recently updated
newest added

In some cases Win32 can't unlink files because of the "can't delete open files" problem, and this then prevents (for example) temp-directories from being purged. In all but one instance...

Feedback required
Pending v2

I have a Dancer app with a login form. I have the app deployed as CGI under Apache and everything seems to be working except that POST variables are not...

in a route without any params, declared after a prefix, a dump of params() show a key 'splat' that has not been sent. test case: https://gist.github.com/1583367

As part of the Google Code-In, a student reviewed the Dancer documentation for us from the point of view of a new user, noting down the improvements he felt could...

Documentation

Hi, I think that this says pretty much what I'm after: https://gist.github.com/1105421 It stopped working with the latest stable release (1.3070). It seems that the workaround is to set an...

Very often with web apps you have config details that you do not want to end up in the source repo, like database credentials for example. If you deploy the...

Documentation

Using plackup (or starman - presumably others too) with a .psgi file in a dir other than "$app/bin" fails. Steps to reproduce below: ``` $ cat /tmp/app.psgi use Dancer; use...