package Point; use Coat; has 'x' => ( isa => 'Int', default => 0); has 'y' => ( isa => 'Int', default => 0); 1;