package mObject_T; use Moose; # automatically turns on strict and warnings has '_logicErrors' => (is => 'rw', isa => 'Str'); ...