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 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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).