I liked the Catalyst tutorials and general documentation. But Catalyst is not Dancer, which is like chewing air to learn. :-)
When I read up a little on Mojolicious to have an opinion a couple of years ago, it seemed more complex than Catalyst?
I'll put my JavaScript hobby aside and look at it again. Any good links? [Except the one posted by walterbell at http://blogs.perl.org/users/joel_berger/mojolicious/ Grumble, that was already on my reading list.]
Catalyst is not less complex than Mojolicious, if that is your measure of goodness. From an installing pov or from usability. In Mojolicious you don't need Moose, and you don't have an explicit model layer so you aren't pushed towards using an ORM. You can use either, but they aren't a hard or suggested requirement. The MojoCasts might be a good place to start if all you've done is read and come up with a slightly off impression http://mojocasts.com/e1
When I read up a little on Mojolicious to have an opinion a couple of years ago, it seemed more complex than Catalyst?
I'll put my JavaScript hobby aside and look at it again. Any good links? [Except the one posted by walterbell at http://blogs.perl.org/users/joel_berger/mojolicious/ Grumble, that was already on my reading list.]