I'm at the point in my #Perl #Dancer2 journey where I'm spending more time chasing bugs in core modules than my own code š
The database modules have two long-standing bugs that you'd expect most users to hit:
1. Authentication using a db does not refresh stale handles, so you can't login.
2. Multiple db connections don't inherit the application charset setting.
These bugs have existed for ten years with fixes available. Is no one actually using Dancer2 or are we all patching locally?

