[cgiapp] Proposal: Change CGI::Snapp's base class from Hash::FieldHash to Moos (sic)

Ron Savage ron at savage.net.au
Wed Nov 21 19:46:21 EST 2012


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


More information about the cgiapp mailing list