I\'m writing my first moose base program.The program creates a \"state\" object that is a composition of several other moose objects.At the end of the program, I wish to save the \"state\" object to a
So after an embarrassing amount of time debugging, I\'ve finally stripped this issue down to a simple test case.I would humbly request some help understanding why it\'s failing. :)Here is the error me
I\'ve recently run into a problem I\'d greatly appreciate any insight into.I posted a similar question prior to Christmas over at PerlMonks with some feedback to switch away from MooseX::Declare ([htt
Is there anyway to get $self into a MooseX::Types coercion? I have other data in the object that I want to use to seed my coercion from a String to an Object. Alternatively, is there anything like C开
I am doing some work with Web.Routing, using it to have friendly urls and nice Rest like interfaces to a site that is essentially rendered by a single IHttpHandler. There are no webforms, the handler