[Dancer-users] No more collisions of routes with multiple Dancer(1) apps!

Perlover perlover at perlover.com
Wed Nov 23 21:37:21 CET 2011


Hello All,

I made a changes for Dancer1!
Please to see pull request of https://github.com/sukria/Dancer/pull/703

I added new option to config: routes_per_app

If it is true in config routes will be work only for applications
where i its defined. If not true - it works as worked before (backward
compatible)
I wrote a test for it
All tests are passed

Now i will test it in my real project
If i will find a some bugs i will notice you

Best regards, Perlover

P.S. And dear author(s) - please approve & merge other commit too - it
fix bug with request->header() -
https://github.com/sukria/Dancer/pull/702


More information about the Dancer-users mailing list