package MyClass; use Any::Moose; use Foo::Heavy; # slows startup! has foo => (is => 'ro', default => sub { Foo::Heavy->new });