Help for this page
package App::Foo; use Moose; has 'db' => ( isa => 'App::Foo::DB' );
$self->db->{a}{b}{c} = 'foo';