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

I think this will fail initially, but let's see. The branch build failed: https://travis-ci.org/PerlDancer/Dancer/builds/357342445 I'm not sure how to see why - the build log shows e.g.: ``` cpanm --quiet...

There is [a bit of inline CSS](https://github.com/PerlDancer/Dancer/blob/devel/lib/Dancer/Error.pm#L90) in the runtime error page which should move to the `error.css` file, for two reasons: 1. Inline CSS can't as easily be overridden...

During a cpanm install of Dancer, I was receiving the following errors: Can't locate AppWithError.pm and Can't locate WorkingApp.pm Which are causing the build to fail. I am submitting a...

Dancer version 1.3202 Dunno if this is a bug or wanted behaviour: On one Dancer site I recently had an issue where _dispatch.fcgi_ ended up in _request->uri_base_, for example _request->uri_base...

Get this strange error, I'm running ubuntu 16.04, all dancer package are come from the official repository, JSON is installed, not sure where Dancer load the JSON module? Any hint...

When a request with Content-Type: multipart/form-data with no boundary (e.g. from a [CVE-2017-5638 attack](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5638)), the HTTP::Body->new on line 143 dies with "Invalid boundary in content_type: '***'" going to the log...

I use Dancer a lot for my web development. I just created a coobook and some recipes to easily deploy Dancer apps into development enviroments using a VM, or into...

Hello, `` The docs state you can specify `YAML::XS` for reading config, but `Dancer::Config` hard-codes use of `YAML`. `` I have been trying to use `YAML::XS` instead of `YAML` for...

content length is miscalculated when the app has no 'charset' setting. adding the pragma 'use bytes' fixes the issue. https://github.com/PerlDancer/Dancer/issues/980 fix https://github.com/PerlDancer/Dancer/issues/979 too.

Today I attempted to install Dancer-1.3202 via `cpanm` on Linux x86_64 (Ubuntu 14.04 LTS) where my basic perl is 5.24.0. ``` sh cpanm Dancer ``` The installation failed due to...