On Thu, Jun 16, 2011 at 4:18 PM, Fred Moyer <f...@redhotpenguin.com> wrote: > Maybe I'm not completely grokking how people are starting new projects > using Plack, but it seems like the way to go is to not use Plack > itself to write the code, but to use one of the many web frameworks > (Mason2, Catalyst, Mojolicious) and then use Plack to specify what > webserver is used. Plack is just middleware.
I'm just saying Plack looks fun. Maybe I miss the days of writing OO mod_perl handlers. That was fun. > There is a Mason handler for Plack, so it almost seems like you could > migrate your existing application to the Plack middleware stack while > changing little in your Mason codebase. It's clear that you haven't seen this Mason codebase ;) - Perrin