http://qs321.pair.com?node_id=671280


in reply to Re^4: Moose is lovely
in thread Moose is lovely

Wonderfully. There's even a shortcut for that: lazy_build => 1. It works like this:
has foo => ( ... lazy_build => 1, ); sub _build_foo { my $self = shift; ... }
-nuffin
zz zZ Z Z #!perl