package Point3D; use Coat; extends 'Point'; has 'z' => ( isa => 'Int', default => 0); 1;