Excerpts from Shlomi Fish's message of Tue Dec 22 09:48:15 -0500 2009: > > has 'config' => ( > > is => 'ro', > > lazy_build => 1, > > ); > > I don't see where you've associated << _build_config >> with the 'config' > attribute. Or is this some kind of undocumented default or a property of your > meta-class.
lazy_build is documented to mean builder => '_build_$attr', among other things. See Moose::Manual::Attributes. hdp.