in reply to object system with chained mutators?
If Fey does what you want, why don't you take the relevant code out and use it?
Maybe look at the source of Fey::SQL::Select, which implements the stuff. Basically, it's just not a Moose thing but implemented as routines that do stuff and then return $self. Certainly not rocket surgery.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: object system with chained mutators?
by metaperl (Curate) on Feb 12, 2009 at 18:02 UTC | |
by dragonchild (Archbishop) on Feb 18, 2009 at 15:00 UTC |