>MooseX::POE

>Started laying some of the foundation utility modules for the current app I’m working on.  Using MooseX::POE because I like the syntax over using MooseX::Declare and MooseX::POE::SweetArgs.  I don’t need that much sugar to enjoy my Kool-Aid! :)

So yeah, put together a simple wrapper class for getting input from a socket connection.  I looked at utilizing POEx::Role::TCPClient since that’s exactly the type of thing I’ve written a simplified version of, but it does not seem to work with the current release of POE.  *sigh*  (The incompatibility seems to be within POEx::Role::SessionInstantiation but I got lost looking down the rabbit hole on that one, maybe I’ll take another look after a few breaths of air).

So anyhow, I got that built then put together an app controller to handle everything.  Now I need to do some more thinking on my data requirements as far as what kind of backend is going to be needed.  More on that once I can finally nail down a decision on this…