Sophisticated Moose
Today in the Moose-pen I am going to play with the very familiar 33_condtions.t and this time I am going to solve another little API problem I know I am going to run into.
Part of my evil plan is to allow end users to add in conditions on the fly and I have made provision for that with the 'rw' 'conditions' attribute found on my DAD Role. Now I have to fix a minor oversight on my part can change the type on 'conditions' to be the same as the original in Accessors, so I changed this
– isa => 'ArrayRefofPredicates',
++ isa => 'ArrayRefofConditions',
What I want to be able to do is allow my end users to do something like this


