perlweb-frameworksmoosepsgi

Are there any modern (Moose/PSGI) web frameworks other than Catalyst?


Are there any Perl web-development frameworks other than Catalyst that are:

or is Catalyst the only guy in the town? :)

AFAIK, Dancer, Mojolicious, Jifty are not Moose-core


Solution

  • Here is my favorite one - Mason.

    It is usually used as templating engine only, but with some discipline you can use it as VC framework (read: not enforcing separation and doing nothing for Models, Views are natural, Controllers you can done with dhandlers and with the RouterSimple plugin).