Help for this page
has 'foo';
package Base; use Moose; ... package main; Base->new->foo; # "Base" Child->new->foo; # "Base" or "Child"?