Help for this page
package Point; use Moose; ... ); }
has 'x' => (accessor => '_x', isa => 'Int'); has 'y' => (accessor => '_y', isa => 'Int');