Skip to content
trlly edited this page Jun 3, 2011 · 9 revisions
  1. Plack deployment tests and docs

For each of these Plack handlers, we want a documentation that works out of the box.

* mod_perl (use lib issues sometimes)
* FastGI (looks like the dispatch.fcgi script starts a standalone server)
* CI
* plackup
* plakup -s Strman
  1. use lib issue with scaffolded apps

    • we wnt the "use lib" thing to be done by Dancer internally. This is almost done in master. But we want to test the new design with old Dancer apps. Basicaly, we want one Dancer app per Dancer version and run it with the current master version, to make sure we don't break old apps. We want to base the detection of the layout on the parentdir and not on the script name.
  2. Merge all bufixes from devel that are not in master

Clone this wiki locally