Help for this page
BEGIN { package Person; use Moose; ... print Person->new({ name => "Your Uncle", age => 93 }), "\n";