in reply to Re^4: Moose is lovelyin thread Moose is lovely
has foo => ( ... lazy_build => 1, ); sub _build_foo { my $self = shift; ... } [download]