Hello!I'm writing a webmail system, and I have to make a class accessing EMail message. It can be multipart, so bodypart must be an array; it should be lazy, to prevent fetching of data we're not going to display.
Unfortunately, manual for MooseX::AttributeHelpers is rather sparse.Maybe someone can provide me with an example of lazy array attribute with Moose?
Alex.