Šimon Tóth
Šimon Tóth

Reputation: 36433

Moose based web framework

Are there any Moose based web frameworks?

I got kind of used to Moose, so if there would be something based on it, it would be lovely :)

Upvotes: 3

Views: 352

Answers (1)

Quentin
Quentin

Reputation: 943585

Catalyst is Moose based these days, and you can always use Moose based modules for your own code and then call them from the framework (worst case senario would be that you write a light-weight wrapper around your module for your model, controller or view).

Upvotes: 9

Related Questions