Dancer2
Dancer2 copied to clipboard
Perl Dancer Next Generation (rewrite of Perl Dancer)
Dear Maintainers, In the app template created by the dancer2 utility, the sample app code is placed in appdir/lib. This is more than a possibility for organizing code, it is...
There is a link to an anchor tag called "Coding Guidelines" on that Git Guide at https://github.com/PerlDancer/Dancer2/blob/master/GitGuide.md that is supposed to go to `#coding-guidelines` However, that section of the Git...
Route exception: Not a CODE reference triggers an infinite consuming memory loop which CRASH system
I was following along a version of the tutorial which didn't had this change fa582edca53dcc5cdf47df5966fc97ac5bdd59da and on correct user POST login the dancr.pl script enter and infinite loop which literally...
Some ideas: - Use [Cookie::Baker](https://metacpan.org/pod/Cookie::Baker) - opened #1087 for it. - Remove overloading in the Cookie object? - Add `values` attribute to cookies. - Deprecate calling `value` in list context....
Port perldancer/dancer#946 to Dancer2
On case-insensitive filesystems, like OS X's default- HFS+, `perldoc Dancer2` results in the pod for `dancer2` being displayed. Using Test::Portability::Files would help find other occurrences.
I am getting the following error message for Failed to deserialize content: Class::XSAccessor: invalid instance method invocant: no hash ref supplied at /usr/local/share/perl/5.22.1/Dancer2/Core/Role/Serializer.pm line 71. in /usr/local/share/perl/5.22.1/Dancer2/Core/Request.pm l. 206 I...
If you run `all_pod_coverage_ok();` on a Dancer2 plugin, you will get an output like the following: ``` # Coverage for Dancer2::Plugin::OpenAPI is 0.0%, with 15 naked subroutines: # BUILD #...
Sub pathname_exists makes debugging hard with the return eval {...} approach . Just spent hours tracking down a problem with a custom login page for Dancer2::Plugin::Auth::Extensible. Turned out to be...
Dancer2::Manual states that the path argument to send_file is relative to the public directory (or absolute, given system_path option). I believe it is a bug to strip the prefix at...