Lazy is very powerful

package Distribution;
has 'filename';
has 'destination';
# lazily extracts filename to a temp dir, and returns that

has 'manifest';
# looks in $self->destination for MANIFEST and returns parsed copy