Hi Mark

On 22/11/12 01:25, Mark Stosberg wrote:
>
>>> What I have now is for Moose and a bit project-specific, but I plan to
>>> make CPAN-ready Moo-based variants at some point.

Just for record, you can't use a BUILD sub with Moo. I'm just trying to 
write work-around code now, using the construct:

has x => ();
around 'x' => sub{...}

But it's a pain.

-- 
Ron Savage
http://savage.net.au/
Ph: 0421 920 622

#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################

Reply via email to