What I think folks are after is basically what other framework books
turn out to be; a tutorial walking through implementations of several
common features used in WebApps. In my opinion Mojolicious references
go to great effort to be accessible for getting started, but then leave
those new to web development hanging once they get to anything non
trivial. My guess is that lots of great features are lost due to folks
not understanding how they could help solve problems. e.g. I consider
Bridges to be a trivial topic but it seems that they are frequently
misunderstood or overlooked as a solution. Think of the title:
'Building HTTP Applications with Mojolicious'.
In my opinion all of the current Mojo references are terse and it takes
a while to digest without the appropriate experience / examples in which
to provide context for the technologies. This isn't a criticism of the
current resources, far from it. I think that the current docs are great
as reference once you figure out where everything is ( it's often
awkward to remember where a particular technology is described in the
guides). I'm just trying to illustrate the difference between reference
and the tutorials/introductions/definitive guides that I think folks are
seeking.
I also don't think that this effort needs to be authored by a core
developer. The core team would want to review the content as it
develops but it may well be better written by someone less familiar with
the 'guts' and more familiar with the difficulties that are experienced
by someone coming at it fresh. In any case, my bet is that one is
published soon, perhaps even being written already.
$0.02.
Wes